File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
131131task generateMetadata (type : Exec ) {
You can’t perform that action at this time.
0 commit comments