Skip to content

Commit ae23e8f

Browse files
committed
update some dependencies
1 parent e7f99b5 commit ae23e8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ dependencies {
8787
androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:1.4"
8888

8989
// dependency injection
90-
implementation 'com.google.dagger:dagger:2.5'
91-
annotationProcessor 'com.google.dagger:dagger-compiler:2.5'
90+
implementation 'com.google.dagger:dagger:2.14.1'
91+
annotationProcessor 'com.google.dagger:dagger-compiler:2.14.1'
9292

9393
// Android stuff
9494
implementation 'com.android.support:appcompat-v7:26.1.0'
@@ -114,7 +114,7 @@ dependencies {
114114
// widgets
115115
implementation 'me.grantland:autofittextview:0.2.1'
116116
implementation 'com.duolingo.open:rtl-viewpager:1.0.2'
117-
implementation 'com.github.westnordost:viewtooltip:master-SNAPSHOT'
117+
implementation 'com.github.florent37:viewtooltip:1.1.3'
118118
implementation 'com.android.support:exifinterface:26.1.0'
119119

120120
// serialization
@@ -125,7 +125,7 @@ dependencies {
125125
implementation 'com.mapzen.android:lost:3.0.4'
126126

127127
// config files
128-
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.12'
128+
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.13'
129129
}
130130

131131
task generateMetadata(type: Exec) {

0 commit comments

Comments
 (0)