Skip to content

Commit 758cd94

Browse files
committed
Updated version number.
Updated version number in AndroidManifest.xml from 5/3.0 to 6/3.1. Changes: - New app list engine. > RAM management should be better. > Loading time is a lot faster. > The list is searchable. - (more or less forced) switch to Material design on older devices, too. > Includes: Some smaller UI changes. - Added "Extract number from notification content". - Fixed system integration on HTC Sense Lollipop devices. - Added possibility to change alpha value of number badges.
1 parent caaec0b commit 758cd94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.woalk.apps.xposed.notifcount"
5-
android:versionCode="5"
6-
android:versionName="3.0" >
5+
android:versionCode="6"
6+
android:versionName="3.1" >
77

88
<application
99
android:allowBackup="true"

0 commit comments

Comments
 (0)