Skip to content

Commit

Permalink
update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 21, 2018
1 parent e7f99b5 commit ae23e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ dependencies {
androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:1.4"

// dependency injection
implementation 'com.google.dagger:dagger:2.5'
annotationProcessor 'com.google.dagger:dagger-compiler:2.5'
implementation 'com.google.dagger:dagger:2.14.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.14.1'

// Android stuff
implementation 'com.android.support:appcompat-v7:26.1.0'
Expand All @@ -114,7 +114,7 @@ dependencies {
// widgets
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'com.duolingo.open:rtl-viewpager:1.0.2'
implementation 'com.github.westnordost:viewtooltip:master-SNAPSHOT'
implementation 'com.github.florent37:viewtooltip:1.1.3'
implementation 'com.android.support:exifinterface:26.1.0'

// serialization
Expand All @@ -125,7 +125,7 @@ dependencies {
implementation 'com.mapzen.android:lost:3.0.4'

// config files
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.12'
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.13'
}

task generateMetadata(type: Exec) {
Expand Down

0 comments on commit ae23e8f

Please sign in to comment.