Created
September 20, 2015 22:53
-
-
Save cloudshooterhuman/3c248c88d105fb33dee4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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