mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-998 App | Tech | Update agp to 7.4.1 (#2939)
This commit is contained in:
parent
a5cf9ebfb8
commit
e90b9ae022
2 changed files with 3 additions and 2 deletions
|
@ -21,3 +21,4 @@ android.enableJetifier=false
|
|||
kotlin.code.style=official
|
||||
|
||||
kapt.incremental.apt=true
|
||||
org.gradle.unsafe.configuration-cache=true
|
||||
|
|
|
@ -157,8 +157,8 @@ okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttpVersion"
|
|||
[bundles]
|
||||
|
||||
[plugins]
|
||||
application = { id = "com.android.application", version = "7.4.0" }
|
||||
library = { id = "com.android.library", version = "7.4.0" }
|
||||
application = { id = "com.android.application", version = "7.4.1" }
|
||||
library = { id = "com.android.library", version = "7.4.1" }
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue