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:
parent
b7c40cec28
commit
c9f5ec3c3f
2 changed files with 3 additions and 3 deletions
|
@ -149,7 +149,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
ndkVersion "23.2.8568313"
|
||||
ndkVersion "28.1.13356709"
|
||||
namespace 'com.anytypeio.anytype'
|
||||
}
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue