Skip to content

Commit ef294a2

Browse files
authored
Add files via upload
1 parent b5d0c52 commit ef294a2

8 files changed

Lines changed: 697 additions & 27 deletions

File tree

build.gradle

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
plugins {
2-
id 'com.android.application' version '8.3.0' apply false
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:9.3.1'
8+
// NOTE: Do not place your application dependencies here; they belong
9+
// in the individual module build.gradle files
10+
}
11+
}
12+
13+
allprojects {
14+
repositories {
15+
google()
16+
mavenCentral()
17+
}
318
}
419

520
tasks.register("clean", Delete) {
621
delete rootProject.buildDir
7-
}
22+
}

0 commit comments

Comments
 (0)