Skip to content

Commit

Permalink
Bump version to 3.1.1 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
24PaH committed May 25, 2018
1 parent c1da452 commit 8b62c9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.sw24softwares.starkeverben"
minSdkVersion 17
targetSdkVersion 26
versionCode 10
versionName "3.1.0"
versionCode 11
versionName "3.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changelog:
- Solve crash for pre-Lollipop devices (4.2, 4.3, 4.4)
- Solve crash when rotating screen

0 comments on commit 8b62c9a

Please sign in to comment.