diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-10-12 18:31:49 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-10-12 18:31:49 +0200 |
| commit | 0333ad3656502eb7197f45076948b91e53438a4b (patch) | |
| tree | 21e785ad4db6982310e208d721f257e4225ffd6a /gradle.properties | |
| parent | 2a8cedad0c14a65616b257ea4bffd0226428b4bf (diff) | |
| download | taupngamoni-0333ad3656502eb7197f45076948b91e53438a4b.tar.gz taupngamoni-0333ad3656502eb7197f45076948b91e53438a4b.tar.zst taupngamoni-0333ad3656502eb7197f45076948b91e53438a4b.zip | |
Calc screen and start chart
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 |
