Fix crash and foreign key issue

This commit is contained in:
Koitharu
2020-03-30 20:10:12 +03:00
parent 450daf17fd
commit de49877178
4 changed files with 24 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode gitCommits
versionName '0.1.3'
versionName '0.1.4'
buildConfigField 'String', 'GIT_BRANCH', "\"${gitBranch}\""
@@ -36,6 +36,9 @@ android {
buildTypes {
debug {
applicationIdSuffix = '.debug'
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true