|
|
@ -25,6 +25,7 @@ android.enableNewResourceShrinker=true |
|
|
|
android.experimental.enableNewResourceShrinker.preciseShrinking=true |
|
|
|
android.experimental.enableNewResourceShrinker.preciseShrinking=true |
|
|
|
# https://blog.gradle.org/introducing-file-system-watching |
|
|
|
# https://blog.gradle.org/introducing-file-system-watching |
|
|
|
org.gradle.vfs.watch=true |
|
|
|
org.gradle.vfs.watch=true |
|
|
|
|
|
|
|
# enable cache can not up app version |
|
|
|
org.gradle.unsafe.configuration-cache=flase |
|
|
|
org.gradle.unsafe.configuration-cache=flase |
|
|
|
# Disable buildFeatures flags by default |
|
|
|
# Disable buildFeatures flags by default |
|
|
|
android.defaults.buildfeatures.aidl=false |
|
|
|
android.defaults.buildfeatures.aidl=false |
|
|
@ -35,7 +36,7 @@ android.defaults.buildfeatures.shaders=false |
|
|
|
# enables namespacing of each library's R class so that its R class includes only the resources declared in the library itself |
|
|
|
# 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. |
|
|
|
# and none from the library's dependencies, thereby reducing the size of the R class for that library. |
|
|
|
android.nonTransitiveRClass=true |
|
|
|
android.nonTransitiveRClass=true |
|
|
|
#https://chromiumdash.appspot.com/releases?platform=Android |
|
|
|
# https://chromiumdash.appspot.com/releases?platform=Android |
|
|
|
CronetVersion=108.0.5359.128 |
|
|
|
CronetVersion=108.0.5359.128 |
|
|
|
CronetMainVersion=108.0.0.0 |
|
|
|
CronetMainVersion=108.0.0.0 |
|
|
|
android.injected.testOnly=false |
|
|
|
android.injected.testOnly=false |
|
|
|