release Prep: update version codes to 28 and marketing version to 1.2.7 in build.gradle, project.pbxproj, and package.json

This commit is contained in:
Mo Tarbin
2026-07-13 00:50:03 -04:00
parent a02b193b90
commit 77a9de570c
3 changed files with 5 additions and 5 deletions

View File

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