Skip to content

Commit

Permalink
fix: tmp rollback agp to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Aug 16, 2023
1 parent 311585f commit 0941283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SampleAndroidApplicationPlugin : NibelConventionPlugin({
}
}

packaging {
packagingOptions {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
nibel = "1.0.1"
androidGradlePlugin = "8.0.2"
androidGradlePlugin = "7.4.2"
composeCompiler = "1.4.7"
kotlin = "1.8.21"
ksp = "1.8.21-1.0.11"
Expand Down

0 comments on commit 0941283

Please sign in to comment.