update to 1.0.4

This commit is contained in:
Leo Lin 2015-03-12 21:25:40 +08:00
parent 3cd3e82ea1
commit 1842d6567e
21 changed files with 13 additions and 13 deletions

View File

@ -40,7 +40,7 @@ HOW TO USE
<br/>3. Add dependencies for Shortcutbadger
dependencies {
compile 'me.leolin:ShortcutBadger:1.0.3@aar'
compile 'me.leolin:ShortcutBadger:1.0.4@aar'
}
<br/>4. Add the codes below:

View File

@ -24,5 +24,5 @@ android {
dependencies {
compile 'me.leolin:ShortcutBadger:1.0.3@aar'
compile 'me.leolin:ShortcutBadger:1.0.4@aar'
}

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
ee8f6331443e3ea26830f9e705d5251c

View File

@ -1 +0,0 @@
2f44ad503773983506d34f79f3ba120419e73ae1

View File

@ -1 +0,0 @@
9ee85a9301c732d1bce11cc80f9b5015

View File

@ -1 +0,0 @@
46d1890ad18cce96a5ac9108d49b8ad7a8e4f875

View File

@ -0,0 +1 @@
d338c83eb5ab8947599271a2abaa85f7

View File

@ -0,0 +1 @@
3ad42a21e3d09f121924ea36f00851a70cd7e6da

View File

@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.leolin</groupId>
<artifactId>ShortcutBadger</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>aar</packaging>
</project>

View File

@ -0,0 +1 @@
ef60b76b30086fafc29a95deaf9abb22

View File

@ -0,0 +1 @@
65f1280082e22d5b11b712dcccbb2bf7f212136e

View File

@ -6,7 +6,8 @@
<versioning>
<versions>
<version>1.0.3</version>
<version>1.0.4</version>
</versions>
<lastUpdated>20150304021027</lastUpdated>
<lastUpdated>20150312132318</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
7a43d19b9a0683a04b55544f0bca97c6
2254cce943f461fa33138c7e20fe0974

View File

@ -1 +1 @@
59df476ad64380e00b68ef5705d07da81623fa9e
5bb373d7e833ba2ef3e7634fa3b2d345e842706e

View File

@ -1,7 +1,7 @@
apply plugin: 'android-library'
apply plugin: 'maven'
group = 'me.leolin'
version = '1.0.3'
version = '1.0.4'
android {

View File

@ -79,7 +79,6 @@ public abstract class ShortcutBadger {
} catch (Throwable e) {
throw new ShortcutBadgeException("Unable to execute badge:" + e.getMessage());
}
shortcutBadger.executeBadge(badgeCount);
}

View File

@ -1,4 +1,4 @@
#Wed Mar 04 10:08:25 CST 2015
#Thu Mar 12 21:22:24 CST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME