Simplify APK updates and harden R2 cache headers

This commit is contained in:
Dwindi Ramadhana
2026-02-21 23:47:57 +07:00
parent 6c1543bf84
commit e8e2daccfe
4 changed files with 31 additions and 183 deletions

View File

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