1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-07 21:37:02 +09:00

DROID-3718 Tech | Ndk update (#2482)

This commit is contained in:
Konstantin Ivanov 2025-06-01 10:11:28 +02:00 committed by GitHub
parent b7c40cec28
commit c9f5ec3c3f
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ android {
}
}
ndkVersion "23.2.8568313"
ndkVersion "28.1.13356709"
namespace 'com.anytypeio.anytype'
}

View file

@ -160,8 +160,8 @@ firebaseMessaging = { module = "com.google.firebase:firebase-messaging"}
[bundles]
[plugins]
application = { id = "com.android.application", version = "8.10.0" }
library = { id = "com.android.library", version = "8.10.0" }
application = { id = "com.android.application", version = "8.10.1" }
library = { id = "com.android.library", version = "8.10.1" }
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" }