vtm/vtm-android/AndroidManifest.xml
Hannes Janetzek f4ffac44d2 gradle: update to 2.1 and android targetSdk 21
- add android-appcompat subproject
2014-10-24 21:38:47 +02:00

9 lines
244 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.oscim.android">
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="21" />
</manifest>