From aca444da4e66e749c19bec112021add7de23178e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 3 Jan 2023 20:27:28 +0530 Subject: chore: upgrade to AGP 8.0.0-alpha10 This brings proper compatibility with Gradle 8.0 RC1 --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0589b47e..ff8d88df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,9 +49,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