revert gradle plugin to 7.4.0 because of PESDK issues

This commit is contained in:
tibbi 2023-09-28 13:09:21 +02:00
parent a61bd225fd
commit ae000eb977
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ android {
abortOnError = false
}
packaging {
packagingOptions {
resources {
excludes += "META-INF/library_release.kotlin_module"
}

View File

@ -15,7 +15,7 @@ room = "2.6.0-beta01"
#Simple tools
simple-commons = "c573613da9"
#Gradle
gradlePlugins-agp = "8.1.1"
gradlePlugins-agp = "7.4.0"
#Other
androidGifDrawable = "1.2.25"
androidImageCropper = "4.5.0"