Files
i2p.i2p-bote.android/app/build.gradle
2014-06-19 01:00:22 +00:00

31 lines
740 B
Groovy

apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
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 fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:support-v4:19.+'
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:+'
compile 'com.mcxiaoke.viewpagerindicator:library:2.4.1'
}