From 2bf2accf917ba15eaba5d0e0a664b207a426aaf7 Mon Sep 17 00:00:00 2001 From: Alex Vanyo Date: Fri, 17 Mar 2023 11:12:51 -0700 Subject: [PATCH] Update to AGP 8.1 Change-Id: I80599d8c029dc7775f005e0b6ba926a9b0812251 --- .../src/main/kotlin/AndroidApplicationConventionPlugin.kt | 3 +-- .../convention/src/main/kotlin/AndroidHiltConventionPlugin.kt | 2 +- .../src/main/kotlin/AndroidLibraryConventionPlugin.kt | 2 +- .../convention/src/main/kotlin/AndroidTestConventionPlugin.kt | 2 +- core/common/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt index 26b6951d3..b58009646 100644 --- a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt @@ -41,5 +41,4 @@ class AndroidApplicationConventionPlugin : Plugin { } } } - -} \ No newline at end of file +} diff --git a/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt index 29cb748c2..c2292e4dc 100644 --- a/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt @@ -40,4 +40,4 @@ class AndroidHiltConventionPlugin : Plugin { } } -} \ No newline at end of file +} diff --git a/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt index 275a26620..5812d740b 100644 --- a/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt @@ -61,4 +61,4 @@ class AndroidLibraryConventionPlugin : Plugin { } } } -} \ No newline at end of file +} diff --git a/build-logic/convention/src/main/kotlin/AndroidTestConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidTestConventionPlugin.kt index 286871010..ad05efa9e 100644 --- a/build-logic/convention/src/main/kotlin/AndroidTestConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidTestConventionPlugin.kt @@ -37,4 +37,4 @@ class AndroidTestConventionPlugin : Plugin { } } -} \ No newline at end of file +} diff --git a/core/common/build.gradle.kts b/core/common/build.gradle.kts index 491dffd80..2c9b7c9e2 100644 --- a/core/common/build.gradle.kts +++ b/core/common/build.gradle.kts @@ -26,4 +26,4 @@ android { dependencies { implementation(libs.kotlinx.coroutines.android) testImplementation(project(":core:testing")) -} \ No newline at end of file +} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ccfdeca99..db0933182 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] accompanist = "0.28.0" androidDesugarJdkLibs = "1.2.2" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.1.0-alpha09" androidxActivity = "1.7.0" androidxAppCompat = "1.5.1" androidxBrowser = "1.4.0"