Closed nolanlawson closed 3 years ago
There are Travis errors in the Android tests:
/Users/travis/build/nolanlawson/cordova-plugin-sqlite-2/test/platforms/android/src/com/nolanlawson/cordova/sqlite/SQLitePlugin.java:35: error: diamond operator is not supported in -source 1.6
private static final Map<String, Map<String, Object>> DATABASES = new HashMap<>();
^
(use -source 7 or higher to enable diamond operator)
1 error
:compileDebugJavaWithJavac FAILED
I'm not Java familiar enough to fix that one...
Rebased version of #60 to test in Travis