Fix appending saved chapters

This commit is contained in:
Koitharu
2020-03-17 18:00:10 +02:00
parent 6380d554a5
commit 0d041e9a0a
4 changed files with 18 additions and 5 deletions

View File

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