update android target sdk 35

This commit is contained in:
2025-08-29 21:24:22 +02:00
parent b9cfccee6f
commit 94d9d179c1
14 changed files with 916 additions and 15 deletions

View File

@@ -12,6 +12,7 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
android.aapt2Version=8.6.1-11315950
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit