possible solution for crash described in #59

master
y20k 2019-06-05 23:09:13 +02:00
parent e414d0a429
commit 6fa22657f5
2 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,6 @@
# public *;
#}
# this was a test
# https://github.com/y20k/trackbook/commit/a3457db5462d9b4ab50b3c38c5621eb992768b7c
# -dontshrink
# stop re-ordering of gson elements
-dontshrink

View File

@ -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