@@ -6,13 +6,13 @@ if (file('google-services.json').exists()) {
66}
77
88android {
9- compileSdkVersion 28
9+ compileSdkVersion 29
1010
1111 defaultConfig {
1212 applicationId " com.hippo.ehviewer"
13- minSdkVersion 14
14- targetSdkVersion 28
15- versionCode 104
13+ minSdkVersion 16
14+ targetSdkVersion 29
15+ versionCode 105
1616 versionName " 1.7.3"
1717 vectorDrawables. useSupportLibrary = true
1818 resConfigs " zh" , " zh-rCN" , " zh-rHK" , " zh-rTW" ,
@@ -21,6 +21,7 @@ android {
2121 ndk {
2222 abiFilters " armeabi-v7a" , " x86"
2323 }
24+ versionNameSuffix = ' mod'
2425 }
2526
2627 compileOptions {
@@ -69,10 +70,10 @@ clean {
6970
7071dependencies {
7172 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
72- implementation ' androidx.appcompat:appcompat:1.0.2 '
73+ implementation ' androidx.appcompat:appcompat:1.1.0 '
7374 implementation ' androidx.cardview:cardview:1.0.0'
74- implementation ' com.google.android.material:material:1.0 .0'
75- implementation ' com.google.firebase:firebase-core:16.0.9 '
75+ implementation ' com.google.android.material:material:1.1 .0'
76+ implementation ' com.google.firebase:firebase-core:17.2.3 '
7677 implementation ' com.crashlytics.sdk.android:crashlytics:2.10.1'
7778 implementation ' com.getkeepsafe.relinker:relinker:1.3.1'
7879 implementation ' com.github.amlcurran.showcaseview:library:5.4.3'
@@ -98,13 +99,13 @@ dependencies {
9899 implementation ' com.github.seven332:yorozuya-thread:0.1.1'
99100 implementation ' com.github.seven332:yorozuya-collect:0.1.4'
100101 implementation ' com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
101- implementation ' com.squareup.okhttp3:okhttp:3.12.3 '
102+ implementation ' com.squareup.okhttp3:okhttp:3.14.2 '
102103 implementation ' org.ccil.cowan.tagsoup:tagsoup:1.2.1'
103104 implementation ' org.greenrobot:greendao:2.2.1'
104- implementation ' org.jsoup:jsoup:1.12.1 '
105- testImplementation ' junit:junit:4.12 '
106- testImplementation ' org.robolectric:robolectric:4.2 .1'
107- testImplementation ' org.jooq:joor:0.9.6 '
105+ implementation ' org.jsoup:jsoup:1.12.2 '
106+ testImplementation ' junit:junit:4.13 '
107+ testImplementation ' org.robolectric:robolectric:4.3 .1'
108+ testImplementation ' org.jooq:joor:0.9.12 '
108109}
109110
110111configurations. all {
0 commit comments