Skip to content

Commit

Permalink
Fixed a crash bug on canceling changes to reminder
Browse files Browse the repository at this point in the history
Fixed a rare crash on scrolling the edit reminder screen
Release 1.1.9
  • Loading branch information
morris-j committed Jul 31, 2015
1 parent 2ea9609 commit 7640bb6
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 80 deletions.
134 changes: 57 additions & 77 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "jamesmorrisstudios.com.randremind"
minSdkVersion 10
targetSdkVersion 22
versionCode 28
versionName "1.1.8"
versionCode 29
versionName "1.1.9"
}

signingConfigs {
Expand Down
Loading

0 comments on commit 7640bb6

Please sign in to comment.