Skip to content

Commit

Permalink
update version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Apr 11, 2018
1 parent e265ac3 commit e8d084a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e8d084a

Please sign in to comment.