aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-05-20 12:47:04 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-05-20 12:47:04 +0200
commit2364710afb345dfd797a1832c25b134fd34b0e29 (patch)
tree28597986681bd4e83a99f1f4de745fcd71a08642 /build.gradle
parenta4ec7a7df1b840e52d56bc7b31c629a0e96b6fc5 (diff)
added ShortcutBadger as a dependency to create unread counts on launcher icon
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d572892d..635da8f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,6 +35,7 @@ dependencies {
compile 'com.google.zxing:android-integration:3.1.0'
compile 'de.measite.minidns:minidns:0.1.3'
compile 'de.timroes.android:EnhancedListView:0.3.4'
+ compile 'me.leolin:ShortcutBadger:1.1.1@aar'
}
android {
@@ -44,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 67
- versionName "1.4.1"
+ versionCode 68
+ versionName "1.5.0-alpha"
}
compileOptions {