File tree 3 files changed +9
-4
lines changed
src/main/java/com/shuyu/github/kotlin/module
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
14
14
applicationId " com.shuyu.github.kotlin"
15
15
minSdkVersion 21
16
16
targetSdkVersion 27
17
- versionCode 3
18
- versionName " 1.0.2 "
17
+ versionCode 4
18
+ versionName " 1.0.3 "
19
19
javaCompileOptions {
20
20
annotationProcessorOptions {
21
21
includeCompileClasspath = true
@@ -34,12 +34,12 @@ android {
34
34
cppFlags " "
35
35
}
36
36
ndk {
37
- abiFilters ' armeabi-v7a' , ' x86 '
37
+ abiFilters ' armeabi-v7a'
38
38
}
39
39
}
40
40
41
41
ndk {
42
- abiFilters ' armeabi-v7a' , ' x86 '
42
+ abiFilters ' armeabi-v7a'
43
43
}
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package com.shuyu.github.kotlin.module.code
2
2
3
3
import android.arch.lifecycle.Observer
4
4
import android.arch.lifecycle.ViewModelProvider
5
+ import android.arch.lifecycle.ViewModelProviders
5
6
import android.os.Bundle
6
7
import android.view.View
7
8
import com.alibaba.android.arouter.facade.annotation.Autowired
@@ -15,6 +16,9 @@ import com.shuyu.github.kotlin.module.ARouterAddress
15
16
import com.shuyu.github.kotlin.module.base.BaseFragment
16
17
import kotlinx.android.synthetic.main.fragment_code_detail.*
17
18
import kotlinx.android.synthetic.main.fragment_repos_readme.*
19
+ import org.jetbrains.anko.browse
20
+ import org.jetbrains.anko.share
21
+ import org.jetbrains.anko.toast
18
22
import javax.inject.Inject
19
23
20
24
/* *
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package com.shuyu.github.kotlin.module.repos.readme
2
2
3
3
import android.arch.lifecycle.Observer
4
4
import android.arch.lifecycle.ViewModelProvider
5
+ import android.arch.lifecycle.ViewModelProviders
5
6
import android.os.Bundle
6
7
import android.view.View
7
8
import com.alibaba.android.arouter.facade.annotation.Autowired
You can’t perform that action at this time.
0 commit comments