Skip to content

Commit 6ef0ba1

Browse files
committed
Updated version number.
Updated version number in AndroidManifest.xml from 4/2.0 to 5/3.0. Changes: - You can now adjust the notification badge style freely. - You can now change the behavior of the 'Exception list' from blacklist to whitelist (again). - The Notification Count settings can now be integrated into Android's notification long-click menu.
1 parent 494e546 commit 6ef0ba1

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
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.woalk.apps.xposed.notifcount"
3-
android:versionCode="4"
4-
android:versionName="2.0" >
3+
android:versionCode="5"
4+
android:versionName="3.0" >
55

66
<uses-sdk
77
android:minSdkVersion="15"

0 commit comments

Comments
 (0)