Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'android'
- android {
- compileSdkVersion 19
- buildToolsVersion '19.0.3'
- defaultConfig {
- minSdkVersion 8
- targetSdkVersion 19
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- runProguard false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
- }
- }
- }
- dependencies {
- compile 'com.android.support:appcompat-v7:+'
- compile fileTree(dir: 'libs', include: ['*.jar'])
- compile project(':app:libraries:drawer')
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement