bump version for google play

This commit is contained in:
austinried
2022-04-01 10:19:32 +09:00
parent b761ad8b84
commit 3ab9ea9fe8
2 changed files with 3 additions and 3 deletions

View File

@@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6
versionName '1.1.2'
versionCode 7
versionName '1.1.3'
}
splits {
abi {