Fixed autoupdate for Android 5 and 6

This commit is contained in:
tom5079
2022-01-31 01:46:22 +09:00
parent 67abc15442
commit fc8355467b
3 changed files with 7 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 31
versionCode 69
versionName "5.2.22"
versionName "5.2.23"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}