chore: release v0.3.1

This commit is contained in:
2025-12-03 17:57:24 +08:00
parent cf760d4001
commit d0f68e07b7
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 300
versionName "0.3.0"
versionCode 301
versionName "0.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.