1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Bumped version to 0.2.0.

This commit is contained in:
Felix Ableitner 2014-05-15 13:19:17 +02:00
parent c6456b8b1f
commit a2a3f189b3

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nutomic.syncthingandroid"
android:versionCode="1"
android:versionName="0.1.0" >
android:versionCode="2"
android:versionName="0.2.0" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />