2012-11-30 09:07:20 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-06-14 16:31:49 -04:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-06-26 04:22:07 -04:00
|
|
|
package="org.solovyev.android.calculator.widget"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
2013-06-15 15:10:45 -04:00
|
|
|
|
|
|
|
<uses-sdk
|
2013-06-26 04:22:07 -04:00
|
|
|
android:minSdkVersion="4"
|
|
|
|
android:targetSdkVersion="17"/>
|
2013-06-15 15:10:45 -04:00
|
|
|
|
|
|
|
</manifest>
|