Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit dc9055b

Browse files
committed
Release 0.41 (44)
1 parent 93217e9 commit dc9055b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.41 (2018-05-25)
2+
3+
* Disable proguard to fix GlideModule not found crash
4+
15
## 0.40 (2018-05-23)
26

37
* Implemented adaptive icons, thanks to @stefan-niedermann

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId "email.schaal.ocreader"
3232
minSdkVersion 17
3333
targetSdkVersion 27
34-
versionCode 43
35-
versionName "0.40"
34+
versionCode 44
35+
versionName "0.41"
3636

3737
archivesBaseName="${getApplicationId()}_${getVersionCode()}"
3838

0 commit comments

Comments
 (0)