From 1451a576327fa44a401b10b6b7f8de34e7b2a3f4 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Tue, 15 Aug 2017 00:01:27 +0200 Subject: [PATCH] update LOST version to 3.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a1e54f6dcc4..f781029247f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ dependencies { // map and location compile 'com.mapzen.tangram:tangram:0.7.1' - compile 'com.mapzen.android:lost:3.0.2' + compile 'com.mapzen.android:lost:3.0.3' // config files compile 'com.esotericsoftware.yamlbeans:yamlbeans:1.11'