Bump version to 1.2.1 and update project version codes

This commit is contained in:
Mo Tarbin
2026-04-07 00:05:02 -04:00
parent 12cba1f8fb
commit c87335ff56
3 changed files with 7 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.donetick.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 22
versionName "1.2.0"
versionCode 23
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.