mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Adjusted manifest
This commit is contained in:
parent
aff927b427
commit
2415c3b1a6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.nutomic.syncthingandroid"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="15" />
|
||||
android:versionName="0.1" >
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
|
||||
<application android:label="@string/app_name" >
|
||||
<activity
|
||||
android:name="MainActivity"
|
||||
|
|
Loading…
Reference in a new issue