Skip to content

Instantly share code, notes, and snippets.

@ar-android
Last active October 17, 2017 07:08
Show Gist options
  • Save ar-android/22dc8c81f7b7b3a41a920757761832f8 to your computer and use it in GitHub Desktop.
Save ar-android/22dc8c81f7b7b3a41a920757761832f8 to your computer and use it in GitHub Desktop.
dependencies {
final SUPPORT_LIBRARY_VERSION = '26.0.2'
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'
annotationProcessor "com.jakewharton:butterknife-compiler:$butterknife_version"
implementation 'com.android.support:multidex:1.0.2'
// Thi is for ui library
implementation "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION"
implementation "com.android.support:design:$SUPPORT_LIBRARY_VERSION"
implementation "com.android.support:support-v4:$SUPPORT_LIBRARY_VERSION"
implementation "com.android.support:cardview-v7:$SUPPORT_LIBRARY_VERSION"
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'de.hdodenhof:circleimageview:2.1.0'
implementation "com.jakewharton:butterknife:$butterknife_version"
implementation 'com.caverock:androidsvg:1.2.1'
implementation "com.andkulikov:transitionseverywhere:1.7.4"
implementation 'com.android.support:customtabs:23.3.0'
// The core of Reactive Programming
implementation 'io.reactivex:rxjava:1.1.7'
implementation 'io.reactivex:rxandroid:1.2.0'
// Other dependency
implementation 'com.squareup.okhttp3:okhttp:3.4.1'
implementation 'com.squareup.picasso:picasso:2.3.2'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'com.daimajia.slider:library:1.1.5@aar'
implementation 'com.daimajia.androidanimations:library:1.0.3@aar'
implementation 'com.wang.avi:library:2.1.1'
implementation 'com.google.code.gson:gson:2.8.2'
// Notification core
implementation 'com.onesignal:OneSignal:3.5.6@aar'
implementation 'com.google.android.gms:play-services-gcm:9.0.0'
implementation 'com.google.android.gms:play-services-location:9.0.0'
implementation project(':library')
}
apply plugin: 'com.google.gms.google-services'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment