From 0333ad3656502eb7197f45076948b91e53438a4b Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 12 Oct 2022 18:31:49 +0200 Subject: Calc screen and start chart --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle.properties') 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 -- cgit v1.3.1