1
mirror of https://github.com/m2049r/xmrwallet synced 2025-03-20 20:34:22 +01:00
xmrwallet/build.gradle
2024-09-05 23:12:42 +02:00

26 lines
441 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
apkName = 'monerujo'
}