Skip to content

Commit 9954c9d

Browse files
committed
Update version and changelog
1 parent 6de0040 commit 9954c9d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
-->
1717
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1818
package="com.noshufou.android.su"
19-
android:versionCode="44"
20-
android:versionName="3.1.2">
19+
android:versionCode="46"
20+
android:versionName="3.1.3">
2121

2222
<uses-permission android:name="com.noshufou.android.su.RESPOND" />
2323
<uses-permission android:name="com.noshufou.android.su.provider.READ" />

res/raw/changelog.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,24 @@
2424
</head>
2525

2626
<body>
27-
% 44
28-
% 3.1.2
27+
$ 46
28+
%3.1.3
29+
_2012-07-01
30+
* Prevent security exceptions that may occur on some devices
31+
* Longer timeouts to prevent premature failures in the binary updater on slower devices
32+
* Make the info page scrollable for smaller devices
33+
$ 45
34+
%3.1.2.1
35+
_2012-07-01
36+
* Add enhanced logging to the binary updater to track down update issues
37+
* Add try again button to binary updater
38+
* Fix for binary updater being launched when selecting get elite from the info page
39+
$ 44
40+
%3.1.2
2941
_2012-06-30
3042
* Fix FC when entering preferences on pre-HC devices for elite users
3143
$ 43
32-
% 3.1.1
44+
%3.1.1
3345
_2012-06-30
3446
* Fix FC when entering preferences on pre-HC devices
3547
* Improve binary updater on pre-HC devices

0 commit comments

Comments
 (0)