diff --git a/support/build.gradle b/support/build.gradle index e5e95868..d8a49d9c 100644 --- a/support/build.gradle +++ b/support/build.gradle @@ -1,5 +1,5 @@ //UPDATED: Updated for Android Gradle Plugin 9.x -//Removes depracted APIs +//Removes deprecated APIs import java.nio.file.Paths diff --git a/support/gradle.properties b/support/gradle.properties index fcb1080e..f72d44bb 100644 --- a/support/gradle.properties +++ b/support/gradle.properties @@ -1,7 +1,7 @@ # Required for modern Android builds (AGP 8.0+) android.useAndroidX=true -# Imporves build performance +# Improves build performance android.nonTransitiveRClass=true # Memory settings for the build process