1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3594 Tech | AGP 8.10.0 (#2391)

This commit is contained in:
Konstantin Ivanov 2025-05-12 10:43:09 +02:00 committed by GitHub
parent 4a4646929d
commit ca637bfd99
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -160,8 +160,8 @@ firebaseMessaging = { module = "com.google.firebase:firebase-messaging"}
[bundles]
[plugins]
application = { id = "com.android.application", version = "8.9.1" }
library = { id = "com.android.library", version = "8.9.1" }
application = { id = "com.android.application", version = "8.10.0" }
library = { id = "com.android.library", version = "8.10.0" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaVersion" }