1
0
mirror of https://github.com/moparisthebest/SSLDroid synced 2024-11-23 01:12:15 -05:00

Version bump to 1.2.5

Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
Balint Kovacs 2015-05-13 20:21:18 +02:00
parent 60429d1750
commit 24bb06225e
2 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="hu.blint.ssldroid" android:versionCode="7"
android:versionName="1.2.4">
package="hu.blint.ssldroid" android:versionCode="8"
android:versionName="1.2.5">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" />
<permission android:name="hu.blint.ssldroid.permission.startstop" android:protectionLevel="normal" android:label="Start and stop the SSLDroid service" />
<uses-permission android:name="hu.blint.ssldroid.permission.startstop" />