Bump version

This commit is contained in:
Jon Staab
2025-01-28 09:30:17 -08:00
parent 3368cba1be
commit 1e7e439e3f
4 changed files with 19 additions and 5 deletions

View File

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