Skip to content

Commit

Permalink
update shortcutBadger to 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
leolin310148 committed Feb 4, 2017
1 parent 7d22583 commit f205892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

def shortcutbadgerVersion = '1.1.12'
def shortcutbadgerVersion = '1.1.13'
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

Expand All @@ -12,7 +12,7 @@ android {
applicationId "me.leolin.isbadgeworking"
minSdkVersion 15
targetSdkVersion 24
versionCode 3
versionCode 4
versionName "${new Date().format("yyyyMMddHHmmss")}"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f205892

Please sign in to comment.