Implement configuration of server settings during runtime

This commit is contained in:
Syer10
2024-03-30 16:22:50 -04:00
parent a04762842b
commit 52ea0f1c37
34 changed files with 1544 additions and 289 deletions

View File

@@ -31,6 +31,7 @@ dependencies {
implementation(libs.imageloader.core)
implementation(libs.imageloader.moko)
implementation(libs.materialDialogs.core)
implementation(libs.materialDialogs.datetime)
// Android
implementation(libs.androidx.core)
@@ -111,6 +112,9 @@ android {
buildTypes {
getByName("debug") {
applicationIdSuffix = ".debug"
isMinifyEnabled = true
isShrinkResources = true
setProguardFiles(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"))
}
getByName("release") {
isMinifyEnabled = true