Fixed build process
This commit is contained in:
27
app/build.gradle
Normal file
27
app/build.gradle
Normal file
@@ -0,0 +1,27 @@
|
||||
apply plugin: 'android'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.0.3"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 19
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
runProguard false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ant.importBuild('botejars.xml')
|
||||
preBuild.dependsOn precompile
|
||||
clean.dependsOn preclean
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:+'
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
}
|
||||
Reference in New Issue
Block a user