chore(android): bump version to 0.1.1 (versionCode 5)

Play rejects duplicate versionCodes. Still an internal-track build, so
0.1.1 rather than 1.0.0.

Nothing in the app itself changed since v0.1.0 -- the release carries
the toolchain migration from pnpm to npm plus the plans and publishing
docs consolidation.
This commit is contained in:
2026-08-19 16:33:45 +07:00
parent 95b70d0204
commit 20dbeb191f
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "com.miti99.loto"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "0.1.0"
versionCode 5
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.