diff options
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 3e927b1..75923a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # 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 +# From stack +android.enableJetifier=true # 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 |
