From fce66be9d662d6d98d23191a3c623cae549a29b2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 29 Jun 2015 23:41:53 +0200 Subject: o Supporting re-activation of the MainActivity. Must initialize the local data with the device list if it is already in the 'ready' state. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0b6ba45..08c21d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,9 +90,9 @@ dependencies { compile('com.crashlytics.sdk.android:crashlytics:2.1.0@aar') { transitive = true; } + compile project(':bt') compile 'org.sqldroid:sqldroid:1.0.3' compile 'org.flywaydb:flyway-core:3.1' - compile project(':bt') } /* -- cgit v1.2.3