Upgrade AGP from 8.1.3 to 8.3.0

This commit is contained in:
Romain Vimont 2024-06-21 12:12:13 +02:00
parent 24b9e0a970
commit 9030bd8be4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.1.3' classpath 'com.android.tools.build:gradle:8.3.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files