Update to AGP 8.1

Change-Id: I80599d8c029dc7775f005e0b6ba926a9b0812251
av/agp-8.1
Alex Vanyo 3 years ago
parent d905701028
commit 2bf2accf91

@ -41,5 +41,4 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
} }
} }
} }
}
}

@ -40,4 +40,4 @@ class AndroidHiltConventionPlugin : Plugin<Project> {
} }
} }
} }

@ -61,4 +61,4 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
} }
} }
} }
} }

@ -37,4 +37,4 @@ class AndroidTestConventionPlugin : Plugin<Project> {
} }
} }
} }

@ -26,4 +26,4 @@ android {
dependencies { dependencies {
implementation(libs.kotlinx.coroutines.android) implementation(libs.kotlinx.coroutines.android)
testImplementation(project(":core:testing")) testImplementation(project(":core:testing"))
} }

@ -1,7 +1,7 @@
[versions] [versions]
accompanist = "0.28.0" accompanist = "0.28.0"
androidDesugarJdkLibs = "1.2.2" androidDesugarJdkLibs = "1.2.2"
androidGradlePlugin = "8.0.0" androidGradlePlugin = "8.1.0-alpha09"
androidxActivity = "1.7.0" androidxActivity = "1.7.0"
androidxAppCompat = "1.5.1" androidxAppCompat = "1.5.1"
androidxBrowser = "1.4.0" androidxBrowser = "1.4.0"

Loading…
Cancel
Save