android maven plugin update

This commit is contained in:
serso
2015-01-19 21:17:58 +01:00
parent ee2d2c9608
commit 95b2afe306
469 changed files with 2219 additions and 2273 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.solovyev.android.calculator.onscreen"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="17"/>
</manifest>