aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--java/com/dsi/ant/AntRadio_Library.java (renamed from java/com/dsi/ant/dummy/AntRadio_Library.java)8
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..de68026
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Android ANT Legacy Compatibility Library
+This library is required to maintain backwards compatibility with certain version of the Android ANT stack. This is an "empty" library and does not provide any explicit functionality. \ No newline at end of file
diff --git a/java/com/dsi/ant/dummy/AntRadio_Library.java b/java/com/dsi/ant/AntRadio_Library.java
index 2b37068..c6d6f9d 100644
--- a/java/com/dsi/ant/dummy/AntRadio_Library.java
+++ b/java/com/dsi/ant/AntRadio_Library.java
@@ -1,6 +1,6 @@
-package com.dsi.ant.dummy;
-
+package com.dsi.ant;
+
public final class AntRadio_Library
-{
-}
+{
+}