Bump version, fix new messages thing

This commit is contained in:
Jon Staab
2025-05-09 12:26:05 -07:00
parent 4d10fe7cc0
commit e94aa3c119
7 changed files with 18 additions and 11 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "social.flotilla"
minSdk rootProject.ext.minSdkVersion
targetSdk rootProject.ext.targetSdkVersion
versionCode 15
versionName "1.0.1"
versionCode 16
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.