bump version
This commit is contained in:
parent
6f7543676b
commit
2c5cc8ef19
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ android {
|
|||
applicationId = "app.komikku"
|
||||
|
||||
versionCode = 71
|
||||
versionName = "1.12.4"
|
||||
versionName = "1.12.6"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="1.12.5" changeDate="February 13, 2025">
|
||||
<changelogversion versionName="1.12.6" changeDate="February 14, 2025">
|
||||
<changelogtext>[b]Fix:[/b] crash due to extensions destructuring MangasPage</changelogtext>
|
||||
</changelogversion>
|
||||
<changelogversion versionName="1.12.4" changeDate="February 01, 2025">
|
||||
|
|
|
|||
Loading…
Reference in a new issue