mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
chore(deps): update agp to v8.0.0-alpha11
This commit is contained in:
parent
955299bd89
commit
9f7e05d79a
2 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@ class ApplicationPlugin : Plugin<Project> {
|
||||||
project.pluginManager.apply(AppPlugin::class)
|
project.pluginManager.apply(AppPlugin::class)
|
||||||
project.pluginManager.apply(AndroidCommonPlugin::class)
|
project.pluginManager.apply(AndroidCommonPlugin::class)
|
||||||
project.extensions.configure<ApplicationExtension> {
|
project.extensions.configure<ApplicationExtension> {
|
||||||
installation.installOptions("--user 0")
|
|
||||||
|
|
||||||
dependenciesInfo {
|
dependenciesInfo {
|
||||||
includeInBundle = false
|
includeInBundle = false
|
||||||
includeInApk = false
|
includeInApk = false
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
accompanist = "0.28.0"
|
accompanist = "0.28.0"
|
||||||
agp = "8.0.0-alpha10"
|
agp = "8.0.0-alpha11"
|
||||||
androidx-test = "1.5.0"
|
androidx-test = "1.5.0"
|
||||||
coil = "2.2.2"
|
coil = "2.2.2"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue