This commit is contained in:
kunfei 2023-01-28 12:51:34 +08:00
parent 9284f2714b
commit ac4255616c

View File

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