Files
sharedinbox/android/gradle.properties
T
Thomas SharedInboxandClaude Sonnet 4.6 7f9bc65965 fix(android): disable AGP new-DSL mode to fix signReleaseBundle NullPointerException
AGP 9+ defaults to new-DSL-only mode, which causes a NullPointerException
when conditionally creating signingConfigs inside the android {} block.
Setting android.newDsl=false restores the previous evaluation behaviour.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 12:34:51 +02:00

4 lines
159 B
Properties

org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.newDsl=false