feat: update app version to 1.2.3, add NFC capabilities, and enhance deep link handling

This commit is contained in:
Mo Tarbin
2026-06-07 16:32:43 -04:00
parent 4944ee6078
commit 48adb0b256
16 changed files with 381 additions and 124 deletions

View File

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