Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version
Changes:
 - Only sleep as long as necessary in getSuVersion
 - Use a string resource for legacy versions of binary
 - Refresh su version in preferences after updating
 - Updated French translations thanks to sebyx31
 - Traditional and Simplified Chinese translations thanks to Mack Zhang
 - Fix permissions not being remembered in some cases
  • Loading branch information
ChainsDD committed Sep 5, 2010
1 parent f83abc9 commit 2528b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.noshufou.android.su"
android:versionCode="23"
android:versionName="2.3.5">
android:versionCode="24"
android:versionName="2.3.6">

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name="Su"
Expand Down

0 comments on commit 2528b65

Please sign in to comment.