Update Gradle properties

This commit is contained in:
Emux 2021-07-29 15:47:59 +03:00
parent 8be9211ed6
commit ba8b800ee0
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -14,4 +14,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# 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
android.useAndroidX=true
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true