Clean code
This commit is contained in:
parent
e783c53419
commit
d79db8ce32
|
|
@ -11,7 +11,7 @@ android {
|
||||||
minSdk 17
|
minSdk 17
|
||||||
targetSdk 29
|
targetSdk 29
|
||||||
ndk { abiFilters "armeabi-v7a" }
|
ndk { abiFilters "armeabi-v7a" }
|
||||||
buildConfigField "String", "APP_ID", "\"5dde4e1bdf9e4966b387ba58f4b3fdc3\""
|
buildConfigField("String", "APP_ID", "\"${appId}\"")
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,4 @@ android.useAndroidX=true
|
||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
|
appId=5dde4e1bdf9e4966b387ba58f4b3fdc3
|
||||||
Loading…
Reference in New Issue