Skip to content

Instantly share code, notes, and snippets.

@FromSi
Last active June 3, 2018 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FromSi/e14b7e327d3e8a688b5090a76c110c23 to your computer and use it in GitHub Desktop.
Save FromSi/e14b7e327d3e8a688b5090a76c110c23 to your computer and use it in GitHub Desktop.
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.12'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
implementation "android.arch.persistence.room:runtime:1.1.0"
annotationProcessor "android.arch.persistence.room:compiler:1.1.0"
implementation "android.arch.persistence.room:rxjava2:1.1.0"
///// apply plugin: 'kotlin-kapt'
implementation 'com.arello-mobile:moxy:1.5.3'
implementation 'com.arello-mobile:moxy-app-compat:1.5.3'
kapt 'com.arello-mobile:moxy-compiler:1.5.3'
implementation 'de.hdodenhof:circleimageview:2.2.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment