Skip to content

Instantly share code, notes, and snippets.

@nxsyed
Created February 19, 2019 19:06
Show Gist options
  • Select an option

  • Save nxsyed/ba927f2b0e6c94b0f629b56564c4eb15 to your computer and use it in GitHub Desktop.

Select an option

Save nxsyed/ba927f2b0e6c94b0f629b56564c4eb15 to your computer and use it in GitHub Desktop.
dependencies {
implementation group: 'com.pubnub', name: 'pubnub-gson', version: '4.20.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.gms:play-services:11.6.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
// Support Library
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
// View
implementation 'com.makeramen:roundedimageview:2.3.0'
// Card Stack View
implementation "com.yuyakaido.android:card-stack-view:2.2.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment