Skip to content

Commit a00dfc2

Browse files
committed
Fixed widget
1 parent bde53aa commit a00dfc2

14 files changed

+40
-24
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="nl.techinc.notify"
44

5-
android:versionCode="2"
6-
android:versionName="2.0" >
5+
android:versionCode="4"
6+
android:versionName="2.1.1" >
77

88
<permission android:name="nl.techinc.notify.permission.C2D_MESSAGE" android:protectionLevel="signature" />
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ The application can be found on [Google Play](https://github.com/techinc/Techinc
88

99
To-do:
1010

11-
- Make widget clickable
11+
- Retry if failed instead of soft-fail
1212
- Look into deprecating GCM

bin/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="nl.techinc.notify"
44

5-
android:versionCode="2"
6-
android:versionName="2.0" >
5+
android:versionCode="4"
6+
android:versionName="2.1.1" >
77

88
<permission android:name="nl.techinc.notify.permission.C2D_MESSAGE" android:protectionLevel="signature" />
99

bin/Techinc-Notify.apk

195 Bytes
Binary file not shown.

bin/classes.dex

292 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
153 Bytes
Binary file not shown.

bin/resources.ap_

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)