Bumped AGP to 8.7.1 & Kotlin to 2.0.21, removed deprecated experimental k2 but enabled kapt k2

This commit is contained in:
Sylvain Berfini 2024-10-16 12:30:51 +02:00
parent c6fe442b09
commit c435852b32
2 changed files with 3 additions and 3 deletions

View file

@ -22,5 +22,5 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonFinalResIds=true
kotlin.experimental.tryK2=true
kapt.use.k2=true
LinphoneSdkBuildDir=

View file

@ -1,6 +1,6 @@
[versions]
agp = "8.7.0"
kotlin = "2.0.20"
agp = "8.7.1"
kotlin = "2.0.21"
gmsGoogleServices = "4.4.2"
firebaseCrashlytics = "3.0.2"
firebaseBomVersion = "33.4.0"