update app config and sync behavior for release testing

This commit is contained in:
2026-05-07 01:04:46 -04:00
parent 2fccc8b985
commit 6b23b57415
8 changed files with 293 additions and 12 deletions
+4 -2
View File
@@ -4,8 +4,8 @@ android {
namespace = "net.moasdawiki.app"
compileSdk = 36 // 36 = Android 16 Baklava
defaultConfig {
applicationId "net.moasdawiki.app"
minSdk = 33 // 33 = Android 13 Tiramisu
applicationId "space.hackenslacker.moasdawiki.app"
minSdk = 29 // 29 = Android 10 Q
targetSdk = 36 // should be same as compileSdk
versionCode = 50
versionName = "3.9.7.0"
@@ -34,4 +34,6 @@ dependencies {
implementation 'androidx.preference:preference:1.2.1'
// Fix duplicate class error
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0"
testImplementation 'junit:junit:4.13.2'
}