2017-01-31 21:22:05 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-11 22:11:44 +00:00
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.github.norbipeti.orarend" android:versionName="1.2" android:installLocation="auto" android:versionCode="2">
|
2017-03-11 21:25:37 +00:00
|
|
|
|
<uses-sdk android:minSdkVersion="11" />
|
2017-02-20 22:45:44 +00:00
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
|
<application android:label="Orarend"></application>
|
2017-01-31 21:22:05 +00:00
|
|
|
|
</manifest>
|