Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Jan 17, 2018
1 parent 231164b commit 761b574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
== 1.5.11 (1555) tbd

* Added dark/light theme switcher
* Modernized UI (Material/AppCompat)
* Simplify IMAP search logic to prevent timeouts
* Retry connection timeouts more aggressively
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.zegoggles.smssync"
minSdkVersion 9
targetSdkVersion 25
versionCode 1562
versionName "1.5.11-beta9"
versionCode 1563
versionName "1.5.11-beta10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 761b574

Please sign in to comment.