1
0
Fork 0
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:
Mikhail 2023-02-21 18:46:50 +03:00 committed by GitHub
parent a5cf9ebfb8
commit e90b9ae022
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -21,3 +21,4 @@ android.enableJetifier=false
kotlin.code.style=official
kapt.incremental.apt=true
org.gradle.unsafe.configuration-cache=true

View file

@ -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" }