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 # 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=

View file

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