apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "com.lizlam.terminal" minSdkVersion 8 targetSdkVersion 21 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.0.0' } android { packagingOptions { exclude 'META-INF/LICENSE.txt' } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16720 | Liz Lam |
Swarm doesn't like periods. Rename/move file(s) |
||
//guest/liz_lam/android-lizlam.com/main/app/build.gradle | |||||
#1 | 16718 | Liz Lam | Rename/move file(s) | ||
//guest/liz_lam/android=lizlam.com/main/app/build.gradle | |||||
#1 | 16647 | Liz Lam | Move files around to match Workshop branching scheme. | ||
//guest/liz_lam/android=lizlam.com/android-lizlam.com/app/build.gradle | |||||
#1 | 16644 | Liz Lam | Rename/move file(s) | ||
//guest/liz_lam/android/android-lizlam.com/app/build.gradle | |||||
#1 | 15454 | Liz Lam | Adding practice android app. |