bump version

This commit is contained in:
austinried
2022-04-12 10:16:40 +09:00
parent d0319eb32d
commit 6b53d9444d
3 changed files with 15 additions and 3 deletions

View File

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