chore: release v0.2.2

This commit is contained in:
2025-12-03 16:42:08 +08:00
parent 48c7b292d0
commit 67880c1bba
3 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.echo.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 201
versionName "0.2.1"
versionCode 202
versionName "0.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.