Forgot to change version

This commit is contained in:
tom5079
2021-12-31 15:37:29 +09:00
parent 75f0c35017
commit 23a74edfad
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -11,7 +11,7 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 69, "versionCode": 69,
"versionName": "5.1.23", "versionName": "5.1.24",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]