We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06abbf4 commit f4bc594Copy full SHA for f4bc594
xkcd/build.gradle
@@ -54,8 +54,8 @@ android {
54
applicationId "xyz.jienan.xkcd"
55
minSdkVersion 16
56
targetSdkVersion 29
57
- versionCode 44
58
- versionName "2.6.4"
+ versionCode 45
+ versionName "2.6.5"
59
vectorDrawables.useSupportLibrary = true
60
resConfigs "zh-rCN"
61
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -174,7 +174,7 @@ dependencies {
174
// implementation 'androidx.multidex:multidex:2.0.1'
175
176
debugImplementation 'com.gu.android:toolargetool:0.2.1@aar'
177
- implementation 'androidx.core:core-ktx:1.0.1'
+ implementation 'androidx.core:core-ktx:1.1.0'
178
}
179
180
buildscript {
0 commit comments