Skip to content

Commit

Permalink
Added Pause and Resume Timer feature. Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
anugotta committed Apr 29, 2019
1 parent 3c51cf2 commit 4f73042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.asp.fliptimer"
minSdkVersion 16
targetSdkVersion 28
versionCode 3
versionName "1.2"
versionCode 5
versionName "1.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions fliptimerviewlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 4f73042

Please sign in to comment.