X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=gradle.properties;h=e631854fc4353a20b07d635a06cb0988177e0d80;hp=4d02685a56f7db613e2a6baa3027277c81171bc4;hb=32847917d4847968feaff721118cdd8bbc12661d;hpb=606b5659cfd41c546fcbf248dcde72fd3c60d1c3 diff --git a/gradle.properties b/gradle.properties index 4d02685a..e631854f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,10 +31,8 @@ # Increase the amount of memory assigned to Gradle and the Kotlin Daemon. org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -# AndroidX package structure to make it clearer which packages are bundled with the -# Android operating system, and which are packaged with your app's APK -# https://developer.android.com/topic/libraries/support-library/androidx-rn +# Use AndroidX. android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX. This is necessary for Firebase Ads in the free flavor. +# Automatically convert third-party libraries to use AndroidX. This is necessary for AdMob Ads in the free flavor. android.enableJetifier=true