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

Commit

Permalink
possible solution for crash described in #59
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Jun 5, 2019
1 parent e414d0a commit 6fa2265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/proguard-rules.pro
Expand Up @@ -16,6 +16,6 @@
# public *;
#}

# this was a test
# https://github.com/y20k/trackbook/commit/a3457db5462d9b4ab50b3c38c5621eb992768b7c
# -dontshrink

# stop re-ordering of gson elements
-dontshrink
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -24,8 +24,8 @@ allprojects {

project.ext {
applicationId = 'org.y20k.trackbook'
versionCode = 35
versionName = '1.2.1'
versionCode = 36
versionName = '1.2.2'

compileSdkVersion = 28
targetSdkVersion = 27
Expand Down

0 comments on commit 6fa2265

Please sign in to comment.