summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gradle.properties2
-rw-r--r--settings.gradle2
2 files changed, 1 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 2ecf213a..3efc9b38 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -42,8 +42,6 @@ android.generateManifestClass=true
android.experimental.enableSourceSetPathsMap=true
# Use relative paths for better Gradle caching of library build tasks
android.experimental.cacheCompileLibResources=true
-# Disable automatic creation of publishing components
-android.disableAutomaticComponentCreation=true
# Default Android build features
# Disable BuildConfig generation by default
diff --git a/settings.gradle b/settings.gradle
index e6dd51a5..996d8afd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
pluginManagement {
- def agpVersion = '7.4.2'
+ def agpVersion = '8.0.0'
def kotlinVersion = "1.8.0"
repositories {
gradlePluginPortal()