Bump version to 0.2.3

This commit is contained in:
Jon Staab
2025-01-16 08:41:20 -08:00
parent 01c4219922
commit c387b65460
4 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "social.flotilla"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.2.2"
versionCode 2
versionName "0.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.