Files
simplefileupload-android/build.gradle
2024-10-07 22:47:30 -04:00

19 lines
366 B
Groovy

// 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:8.3.1' // Updated to 8.0.0
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}