|
9 | 9 | buildToolsVersion = "25.0.2" |
10 | 10 |
|
11 | 11 | dep = [ |
12 | | - gson: 'com.google.code.gson:gson:2.8.0', |
13 | | - retrofit2Main: 'com.squareup.retrofit2:retrofit:2.1.0', |
14 | | - retrofit2Gson: 'com.squareup.retrofit2:converter-gson:2.1.0', |
15 | | - retrofit2Rx: 'com.squareup.retrofit2:adapter-rxjava:2.1.0', |
16 | | - okhttp3Logging: 'com.squareup.okhttp3:logging-interceptor:3.5.0', |
17 | | - okhttp3Mockwebserver: 'com.squareup.okhttp3:mockwebserver:3.5.0', |
18 | | - junit: 'junit:junit:4.12', |
19 | | - hamcrestJunit: 'org.hamcrest:hamcrest-junit:2.0.0.0' |
| 12 | + // Support |
| 13 | + supportAppcompat : 'com.android.support:appcompat-v7:25.1.0', |
| 14 | + supportCompat : 'com.android.support:support-compat:25.1.0', |
| 15 | + supportDesign : 'com.android.support:design:25.1.0', |
| 16 | + supportRecyclerview : 'com.android.support:recyclerview-v7:25.1.0', |
| 17 | + |
| 18 | + // mapbox |
| 19 | + mapbox : 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.0-SNAPSHOT@aar', |
| 20 | + |
| 21 | + // gson |
| 22 | + gson : 'com.google.code.gson:gson:2.8.0', |
| 23 | + |
| 24 | + // timber |
| 25 | + timber : 'com.jakewharton.timber:timber:4.5.1', |
| 26 | + |
| 27 | + // retrofit |
| 28 | + retrofit2Main : 'com.squareup.retrofit2:retrofit:2.2.0', |
| 29 | + retrofit2Gson : 'com.squareup.retrofit2:converter-gson:2.2.0', |
| 30 | + retrofit2Rx : 'com.squareup.retrofit2:adapter-rxjava2:2.2.0', |
| 31 | + |
| 32 | + // okhttp |
| 33 | + okhttp3 : 'com.squareup.okhttp3:okhttp:3.6.0', |
| 34 | + okhttp3Logging : 'com.squareup.okhttp3:logging-interceptor:3.6.0', |
| 35 | + okhttp3Mockwebserver : 'com.squareup.okhttp3:mockwebserver:3.6.0', |
| 36 | + |
| 37 | + // lost |
| 38 | + lost : 'com.mapzen.android:lost:2.1.2', |
| 39 | + |
| 40 | + // play services |
| 41 | + gmsLocation : 'com.google.android.gms:play-services-location:10.2.0', |
| 42 | + |
| 43 | + // picasso |
| 44 | + picasso : 'com.squareup.picasso:picasso:2.5.2', |
| 45 | + |
| 46 | + // rx android |
| 47 | + rxandroid : 'io.reactivex.rxjava2:rxandroid:2.0.1', |
| 48 | + |
| 49 | + // leak canary |
| 50 | + leakcanaryDebug : 'com.squareup.leakcanary:leakcanary-android:1.5', |
| 51 | + leakcanaryRelease : 'com.squareup.leakcanary:leakcanary-android-no-op:1.5', |
| 52 | + leakcanaryTest : 'com.squareup.leakcanary:leakcanary-android-no-op:1.5', |
| 53 | + |
| 54 | + // testing |
| 55 | + junit : 'junit:junit:4.12', |
| 56 | + hamcrestJunit : 'org.hamcrest:hamcrest-junit:2.0.0.0', |
| 57 | + supportEspresso : 'com.android.support.test.espresso:espresso-core:2.2.2' |
20 | 58 | ] |
21 | 59 | } |
0 commit comments