From 3ff77a570ad76e87106a94ac091e37944606faee Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Sun, 15 Sep 2019 22:49:55 -0400 Subject: [PATCH] Fix the Android source files (#46) * Add new resource file, and import missing class Adds the new RouteListComparer file to the source file list for the plugin, and imports the missing Collections class in Chromecast.java. * Revise version number for new tag --- plugin.xml | 3 ++- src/android/Chromecast.java | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 4d0054c..d305b14 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.1"> @@ -48,6 +48,7 @@ + diff --git a/src/android/Chromecast.java b/src/android/Chromecast.java index 97289fa..ea15720 100644 --- a/src/android/Chromecast.java +++ b/src/android/Chromecast.java @@ -16,6 +16,7 @@ import java.util.List; import java.util.ArrayList; import java.util.Comparator; +import java.util.Collections; import com.google.android.gms.cast.CastDevice; import com.google.android.gms.cast.CastMediaControlIntent;