mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Bumped AGP to 8.7.1 & Kotlin to 2.0.21, removed deprecated experimental k2 but enabled kapt k2
This commit is contained in:
parent
c6fe442b09
commit
c435852b32
2 changed files with 3 additions and 3 deletions
|
|
@ -22,5 +22,5 @@ kotlin.code.style=official
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.nonFinalResIds=true
|
android.nonFinalResIds=true
|
||||||
kotlin.experimental.tryK2=true
|
kapt.use.k2=true
|
||||||
LinphoneSdkBuildDir=
|
LinphoneSdkBuildDir=
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.7.0"
|
agp = "8.7.1"
|
||||||
kotlin = "2.0.20"
|
kotlin = "2.0.21"
|
||||||
gmsGoogleServices = "4.4.2"
|
gmsGoogleServices = "4.4.2"
|
||||||
firebaseCrashlytics = "3.0.2"
|
firebaseCrashlytics = "3.0.2"
|
||||||
firebaseBomVersion = "33.4.0"
|
firebaseBomVersion = "33.4.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue