feat: 更新版本号至 0.1.0,添加自定义发布脚本以同步 Android 版本

This commit is contained in:
2025-12-02 16:34:43 +08:00
parent 5cd42859a3
commit edab03a5c7
5 changed files with 56 additions and 6 deletions

View File

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