From f2f5a58a817d5e57691d1b0fd1305eceff58a265 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 14 Apr 2023 00:35:26 +0530 Subject: feat(deps): upgrade to AGP 8.0.0 --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index c6996006..66e69382 100644 --- a/gradle.properties +++ b/gradle.properties @@ -53,9 +53,6 @@ android.enableResourceOptimizations=true # Compatibility with Gradle 8.0 android.experimental.legacyTransform.forceNonIncremental=true -# Opt into new publishing APIs -android.disableAutomaticComponentCreation=true - # Default Android build features android.defaults.buildfeatures.buildconfig=false android.defaults.buildfeatures.aidl=false -- cgit v1.2.3