Clean code

This commit is contained in:
FongMi 2023-02-18 13:07:05 +08:00
parent e783c53419
commit d79db8ce32
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ android {
minSdk 17
targetSdk 29
ndk { abiFilters "armeabi-v7a" }
buildConfigField "String", "APP_ID", "\"5dde4e1bdf9e4966b387ba58f4b3fdc3\""
buildConfigField("String", "APP_ID", "\"${appId}\"")
}
buildTypes {

View File

@ -18,4 +18,5 @@ android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
appId=5dde4e1bdf9e4966b387ba58f4b3fdc3