update version to 3.1.3

This commit is contained in:
tibbi 2018-04-11 20:18:14 +02:00
parent e265ac35cc
commit e8d084ae22
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.clock"
minSdkVersion 16
targetSdkVersion 27
versionCode 4
versionName "3.1.2"
versionCode 5
versionName "3.1.3"
setProperty("archivesBaseName", "clock")
}
@ -41,7 +41,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.18.18'
implementation 'com.simplemobiletools:commons:3.18.19'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.shawnlin:number-picker:2.4.6'