Updated gradle to 8.2.2

This commit is contained in:
Sylvain Berfini 2024-01-24 20:24:13 +01:00
parent 7eb756cae6
commit bf99bd402f

View file

@ -11,8 +11,8 @@ buildscript {
} }
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.2.1' apply false id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.1' apply false id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0-RC' apply false id 'org.jetbrains.kotlin.android' version '1.9.0-RC' apply false
id 'com.google.gms.google-services' version '4.4.0' apply false id 'com.google.gms.google-services' version '4.4.0' apply false
} }