MP1_CalebFontenot
This commit is contained in:
28
Book Files/33_Locations/support/MockWalker/app/build.gradle
Normal file
28
Book Files/33_Locations/support/MockWalker/app/build.gradle
Normal file
@@ -0,0 +1,28 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.2'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.bignerdranch.android.mockwalker"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
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:25.3.0'
|
||||
compile 'com.google.android.gms:play-services-location:6.5.87'
|
||||
compile 'com.jakewharton:butterknife:6.1.0'
|
||||
compile 'io.reactivex:rxjava:1.0.8'
|
||||
}
|
Reference in New Issue
Block a user