chore: release v0.1.1

This commit is contained in:
2025-12-02 16:34:59 +08:00
parent edab03a5c7
commit fae5a408ff
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 100
versionName "0.1.0"
versionCode 101
versionName "0.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.