Release/v1.1.2 (#82)

* add changelog

* increment version
This commit is contained in:
austinried
2022-03-28 16:16:48 +09:00
committed by GitHub
parent 5169b726ce
commit b761ad8b84
3 changed files with 8 additions and 3 deletions

View File

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