Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
- Trying to fix #74
[ci skip]
  • Loading branch information
danimahardhika authored Sep 13, 2017
1 parent e433cc6 commit 4ce56fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 156
versionName "1.5.4"
versionCode 157
versionName "1.5.6"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -99,14 +99,14 @@ dependencies {
compile 'com.github.chrisbanes:PhotoView:1.3.1'
compile 'com.google.android.apps.muzei:muzei-api:2.0'
compile 'org.sufficientlysecure:html-textview:3.4'
compile 'com.github.KeepSafe:TapTargetView:-SNAPSHOT@aar'
compile 'com.github.KeepSafe:TapTargetView:1.9.1'
compile 'com.sothree.slidinguppanel:library:3.3.1'

compile 'com.github.danimahardhika:cafebar:1.1.6'
compile 'com.github.danimahardhika.android-helpers:core:-SNAPSHOT'
compile 'com.github.danimahardhika.android-helpers:animation:0.0.6'
compile 'com.github.danimahardhika.android-helpers:license:0.0.6'
compile 'com.github.danimahardhika.android-helpers:permission:0.0.6'
compile 'com.github.danimahardhika:cafebar:1.1.7'
compile 'com.github.danimahardhika.android-helpers:core:0.0.7'
compile 'com.github.danimahardhika.android-helpers:animation:0.0.7'
compile 'com.github.danimahardhika.android-helpers:license:0.0.7'
compile 'com.github.danimahardhika.android-helpers:permission:0.0.7'
}

configurations.all {
Expand Down

0 comments on commit 4ce56fb

Please sign in to comment.