fix problem with user-profile page, and bump to build 29 & version 0.5.3

This commit is contained in:
2025-06-12 19:16:02 -06:00
parent f255ea389b
commit 530c7c1a13
6 changed files with 29 additions and 24 deletions

View File

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