Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jan 12, 2019
1 parent 99f8357 commit b60cc30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.shuyu.github.kotlin"
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath = true
Expand All @@ -34,12 +34,12 @@ android {
cppFlags ""
}
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
}

ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.shuyu.github.kotlin.module.code

import android.arch.lifecycle.Observer
import android.arch.lifecycle.ViewModelProvider
import android.arch.lifecycle.ViewModelProviders
import android.os.Bundle
import android.view.View
import com.alibaba.android.arouter.facade.annotation.Autowired
Expand All @@ -15,6 +16,9 @@ import com.shuyu.github.kotlin.module.ARouterAddress
import com.shuyu.github.kotlin.module.base.BaseFragment
import kotlinx.android.synthetic.main.fragment_code_detail.*
import kotlinx.android.synthetic.main.fragment_repos_readme.*
import org.jetbrains.anko.browse
import org.jetbrains.anko.share
import org.jetbrains.anko.toast
import javax.inject.Inject

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.shuyu.github.kotlin.module.repos.readme

import android.arch.lifecycle.Observer
import android.arch.lifecycle.ViewModelProvider
import android.arch.lifecycle.ViewModelProviders
import android.os.Bundle
import android.view.View
import com.alibaba.android.arouter.facade.annotation.Autowired
Expand Down

0 comments on commit b60cc30

Please sign in to comment.