Changment de plateforme

This commit is contained in:
2022-09-26 14:40:13 +02:00
parent 93c125df5e
commit be09e6c1c4
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
}
task clean(type: Delete) {