Bump version to 1.2.2 and update project version codes

This commit is contained in:
Mo Tarbin
2026-04-07 00:43:08 -04:00
parent 1e122b36a3
commit 4713e99c7b
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 23
versionName "1.2.1"
versionCode 24
versionName "1.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.