Skip to content

Commit 2528b65

Browse files
committed
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
1 parent f83abc9 commit 2528b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.noshufou.android.su"
4-
android:versionCode="23"
5-
android:versionName="2.3.5">
4+
android:versionCode="24"
5+
android:versionName="2.3.6">
66

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

0 commit comments

Comments
 (0)