Skip to content

Commit

Permalink
Updated external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqrazasyed committed Dec 13, 2017
1 parent b822e62 commit d3e92b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.jakewharton.butterknife'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.danimahardhika'
group = 'com.github.sadiqrazasyed'

/*
* Wallpaper Board
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:1.10.19'

retrolambdaConfig 'net.orfjackal.retrolambda:retrolambda:2.5.1'
compile 'com.github.danimahardhika.candybar-library:PreLollipopTransitions:3.1.2'
compile 'com.github.danimahardhika.candybar-library:PreLollipopTransitions:3.2.0'

compile "com.android.support:appcompat-v7:$rootProject.ext.SupportLibrary"
compile "com.android.support:recyclerview-v7:$rootProject.ext.SupportLibrary"
Expand All @@ -106,7 +106,7 @@ dependencies {
compile 'com.google.android.apps.muzei:muzei-api:2.0'
compile 'org.sufficientlysecure:html-textview:3.5'
compile 'com.github.KeepSafe:TapTargetView:1.9.1'
compile 'com.sothree.slidinguppanel:library:3.3.1'
compile 'com.sothree.slidinguppanel:library:3.4.0'
compile 'me.zhanghai.android.materialprogressbar:library:1.4.2'

compile 'com.github.danimahardhika:cafebar:1.3.2'
Expand All @@ -120,14 +120,14 @@ dependencies {
// OneSignal SDK
implementation 'com.onesignal:OneSignal:3.+@aar'
// Required for OneSignal
implementation 'com.google.android.gms:play-services-gcm:11.6.0'
implementation 'com.google.android.gms:play-services-analytics:11.6.0'
implementation 'com.google.android.gms:play-services-gcm:11.6.2'
implementation 'com.google.android.gms:play-services-analytics:11.6.2'

// App Updater
compile 'com.github.javiersantos:AppUpdater:2.6.3'

// Google Ads
compile 'com.google.android.gms:play-services-ads:11.6.0'
compile 'com.google.android.gms:play-services-ads:11.6.2'

// Material Dialogs With Additional Features
compile 'com.github.javiersantos:MaterialStyledDialogs:2.1'
Expand Down

0 comments on commit d3e92b4

Please sign in to comment.