Skip to content

Commit

Permalink
Feature/nevisaccessapp 6211 gradle updates (#55)
Browse files Browse the repository at this point in the history
- Increase maximum available heap size for the JVM used by Gradle
- Disable Jetifier: None of our current dependencies rely on Support Libraries anymore (according to the jetifier check of Android Studio) so we can safely do this and skipping it should result in faster builds
  • Loading branch information
balazs-gerlei authored Oct 8, 2024
1 parent 452be88 commit 2f1eb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2022 Nevis Security AG. All rights reserved.
#

org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx2048m
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=false
android.useFullClasspathForDexingTransform=true
shrink=false

0 comments on commit 2f1eb31

Please sign in to comment.