Release/v1.1.0 (#47)

* bump version for 1.1.0

* add changelog for 1.1.0
This commit is contained in:
austinried
2021-12-06 11:05:18 +09:00
committed by GitHub
parent 72fa2c765d
commit 6cb364531b
3 changed files with 22 additions and 4 deletions

View File

@@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName '1.0.1'
versionCode 4
versionName '1.1.0'
}
splits {
abi {