diff --git a/gradle.properties b/gradle.properties index 3e1c094fb..21e42eb79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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