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

DROID-1881 App | Tech | Update AGP (7.4.2)

This commit is contained in:
uburoiubu 2023-11-21 10:07:35 +01:00
parent b9cc260154
commit 47d41af9bd
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -161,8 +161,8 @@ appUpdater = { module = "com.github.PLPsiSoft:AndroidAppUpdater", version = "991
[bundles]
[plugins]
application = { id = "com.android.application", version = "7.4.1" }
library = { id = "com.android.library", version = "7.4.1" }
application = { id = "com.android.application", version = "7.4.2" }
library = { id = "com.android.library", version = "7.4.2" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlinVersion" }
kserialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinVersion" }