Clean code
This commit is contained in:
parent
e783c53419
commit
d79db8ce32
|
|
@ -11,7 +11,7 @@ android {
|
|||
minSdk 17
|
||||
targetSdk 29
|
||||
ndk { abiFilters "armeabi-v7a" }
|
||||
buildConfigField "String", "APP_ID", "\"5dde4e1bdf9e4966b387ba58f4b3fdc3\""
|
||||
buildConfigField("String", "APP_ID", "\"${appId}\"")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue