Skip to content

Commit 8b62c9a

Browse files
committed
Bump version to 3.1.1 and add changelog
1 parent c1da452 commit 8b62c9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.sw24softwares.starkeverben"
88
minSdkVersion 17
99
targetSdkVersion 26
10-
versionCode 10
11-
versionName "3.1.0"
10+
versionCode 11
11+
versionName "3.1.1"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Changelog:
2+
- Solve crash for pre-Lollipop devices (4.2, 4.3, 4.4)
3+
- Solve crash when rotating screen

0 commit comments

Comments
 (0)