Merge pull request #138 from lukaspieper/dependabot/gradle/com.android.application-8.5.2

Bump com.android.application from 8.5.1 to 8.5.2
This commit is contained in:
Lukas Pieper 2024-08-10 12:46:46 +02:00 committed by GitHub
commit 7f6ae52482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ buildscript {
}
plugins {
id "com.android.application" version '8.5.1' apply false
id "com.android.application" version '8.5.2' apply false
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
}