chore: bump version to 1.1.2 build 47 (for fix to seed backup)

This commit is contained in:
2025-11-06 08:54:11 -07:00
parent ebaf2dedf0
commit f848de15f1
6 changed files with 41 additions and 35 deletions

View File

@@ -31,8 +31,8 @@ android {
applicationId "app.timesafari.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 46
versionName "1.1.1"
versionCode 47
versionName "1.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.