Skip to content

Commit

Permalink
Fix KitKat compatibility. Integrate tinc 1.0.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilbrekin committed Dec 15, 2013
1 parent 4f25f9d commit e655149
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
12 changes: 7 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.poirsouille.tinc_gui"
android:versionCode="5"
android:versionName="0.9.4" >
android:versionCode="6"
android:versionName="0.9.5" >

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17" />
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
android:label="@string/app_name"
android:allowBackup="true" >
<activity
android:name=".TincActivity"
android:label="@string/app_name" android:launchMode="singleTask">
Expand Down
Binary file modified res/raw/tincd
Binary file not shown.

0 comments on commit e655149

Please sign in to comment.