apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.lizlam.randomman"
minSdkVersion 15
targetSdkVersion 22
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.1.1'
}
# |
Change |
User |
Description |
Committed |
|
#1
|
16615 |
Liz Lam |
Rename/move file(s) to follow Workshop branching convention. |
|
|
//guest/liz_lam/android/android-random-man-page/app/build.gradle |
#1
|
15457 |
Liz Lam |
Rename project. |
|
|
//guest/liz_lam/android/android-random-man-page.git/app/build.gradle |
#1
|
15456 |
Liz Lam |
Adding Random Man, Android app that randomly texts man pages. |
|
|