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

Commit

Permalink
Release 0.42 (45)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 27, 2018
1 parent 5fdb8bd commit 74c372a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.42 (2018-05-27)

* Only send stack trace and app version code when sending bug report

## 0.41 (2018-05-25)

* Disable proguard to fix GlideModule not found crash
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 17
targetSdkVersion 27
versionCode 44
versionName "0.41"
versionCode 45
versionName "0.42"

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

Expand Down

0 comments on commit 74c372a

Please sign in to comment.