android_mt6572_jiabo/sdk/templates/build_gradle.template
2025-09-05 16:56:03 +08:00

21 lines
417 B
Text

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:ARTIFACT_VERSION'
}
}
apply plugin: 'PLUGIN'
android {
compileSdkVersion 'TARGET'
buildToolsVersion 'BUILD_TOOL_REV'
buildTypes {
release {
runProguard false
proguardFile getDefaultProguardFile('proguard-android.txt')
}
}
}