Skip to content

Commit

Permalink
Disable full R8 mode
Browse files Browse the repository at this point in the history
It breaks sshlib (and probably something else too)
Full mode is on by default in AGP 8.2
  • Loading branch information
gujjwal00 committed Feb 13, 2024
1 parent bbf309a commit 9a66581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
android.useAndroidX=true
android.enableR8.fullMode=false
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

0 comments on commit 9a66581

Please sign in to comment.