AndroidManifest.xml 431 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.ros.android.android_15">
  3. <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="15"/>
  4. <!--
  5. You shouldn't need an application tag for a library, but this is a
  6. workaround to get past a gradle android plugin bug in 0.4.
  7. It should disappear in 0.5
  8. -->
  9. <application/>
  10. </manifest>