Skip to content

Instantly share code, notes, and snippets.

@cloudshooterhuman
Created September 20, 2015 22:53
Show Gist options
  • Select an option

  • Save cloudshooterhuman/3c248c88d105fb33dee4 to your computer and use it in GitHub Desktop.

Select an option

Save cloudshooterhuman/3c248c88d105fb33dee4 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.0'
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.sample"
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
}
}
}
dependencies {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment