| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ext {
- android = [
- compileSdkVersion: 23,
- buildToolsVersion: "23.0.2",
- minSdkVersion : 15,
- targetSdkVersion : 23,
- versionCode : 1,
- versionName : '1.0.0',
- VSupportSdk : '23.3.0',
- VRetrofitSdk : "2.1.0",
- VOkhttp : "3.4.2",
- VRxlifecycle : "1.0"
- ]
- dependencies = [
- "appcompat-v7" : "com.android.support:appcompat-v7:${android["VSupportSdk"]}",
- "support-v4" : "com.android.support:support-v4:${android["VSupportSdk"]}",
- "design" : "com.android.support:design:${android["VSupportSdk"]}",
- "annotations" : "com.android.support:support-annotations:${android["VSupportSdk"]}",
- "recyclerview-v7" : "com.android.support:recyclerview-v7:${android["VSupportSdk"]}",
- "butterknife" : "com.jakewharton:butterknife:8.4.0",
- "butterknife-apt" : "com.jakewharton:butterknife-compiler:8.4.0",
- "eventbus" : "org.greenrobot:eventbus:3.0.0",
- "glide" : "com.github.bumptech.glide:glide:3.7.0",
- "picasso" : "com.squareup.picasso:picasso:2.5.2",
- "xrecyclerview" : "com.github.limedroid:ARecyclerView:v1.1.5",
- "avi-loading" : "com.wang.avi:library:1.0.2",
- "gson" : "com.google.code.gson:gson:2.6.2",
- "rxandroid" : "io.reactivex:rxandroid:1.2.1",
- "rxjava" : "io.reactivex:rxjava:1.1.6",
- "retrofit" : "com.squareup.retrofit2:retrofit:${android["VRetrofitSdk"]}",
- "retrofit-converter-gson" : "com.squareup.retrofit2:converter-gson:${android["VRetrofitSdk"]}",
- "retrofit-adapter-rxjava" : "com.squareup.retrofit2:adapter-rxjava:${android["VRetrofitSdk"]}",
- "okhttp3-logging-interceptor": "com.squareup.okhttp3:logging-interceptor:${android["VOkhttp"]}",
- "okhttp3" : "com.squareup.okhttp3:okhttp:${android["VOkhttp"]}",
- "rxlifecycle" : "com.trello:rxlifecycle:${android["VRxlifecycle"]}",
- "rxlifecycle-android" : "com.trello:rxlifecycle-android:${android["VRxlifecycle"]}",
- "rxlifecycle-components" : "com.trello:rxlifecycle-components:${android["VRxlifecycle"]}",
- "rxpermissions" : "com.tbruyelle.rxpermissions:rxpermissions:0.9.1@aar",
- "canary-debug" : "com.squareup.leakcanary:leakcanary-android:1.4-beta2",
- "canary-release" : "com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2",
- ]
- }
|