Fix foreign key error

This commit is contained in:
Koitharu
2020-03-29 17:53:30 +03:00
parent 7ee486e4f2
commit 450daf17fd
4 changed files with 28 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode gitCommits
versionName '0.1.2'
versionName '0.1.3'
buildConfigField 'String', 'GIT_BRANCH', "\"${gitBranch}\""