Skip to content

Commit f4bc594

Browse files
committed
Bump version to 2.6.5
1 parent 06abbf4 commit f4bc594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xkcd/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ android {
5454
applicationId "xyz.jienan.xkcd"
5555
minSdkVersion 16
5656
targetSdkVersion 29
57-
versionCode 44
58-
versionName "2.6.4"
57+
versionCode 45
58+
versionName "2.6.5"
5959
vectorDrawables.useSupportLibrary = true
6060
resConfigs "zh-rCN"
6161
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -174,7 +174,7 @@ dependencies {
174174
// implementation 'androidx.multidex:multidex:2.0.1'
175175

176176
debugImplementation 'com.gu.android:toolargetool:0.2.1@aar'
177-
implementation 'androidx.core:core-ktx:1.0.1'
177+
implementation 'androidx.core:core-ktx:1.1.0'
178178
}
179179

180180
buildscript {

0 commit comments

Comments
 (0)