update app config and sync behavior for release testing
This commit is contained in:
+4
-2
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user