Skip to content

Instantly share code, notes, and snippets.

@akatreyt
Created January 31, 2014 02:30
Show Gist options
  • Save akatreyt/8725631 to your computer and use it in GitHub Desktop.
Save akatreyt/8725631 to your computer and use it in GitHub Desktop.
apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion '19.0.0'
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v13:+'
compile files('libs/json-lib-2.4-jdk15.jar')
compile group: 'com.nostra13.universalimageloader', name: 'universal-image-loader', version: '1.9.1'
compile 'com.github.chrisbanes.actionbarpulltorefresh:library:+'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment