Updated build tools

This commit is contained in:
Electric1447
2024-04-05 00:03:28 +03:00
parent 4b42f13a02
commit fbd643cd5f
6 changed files with 63 additions and 50 deletions
+3 -22
View File
@@ -1,23 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
plugins {
alias(libs.plugins.androidApplication) apply false
}