upload android base code part9
This commit is contained in:
parent
5425409085
commit
071cdf34cd
2679 changed files with 329442 additions and 0 deletions
21
android/sdk/templates/build_gradle.template
Normal file
21
android/sdk/templates/build_gradle.template
Normal file
|
@ -0,0 +1,21 @@
|
|||
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')
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue