mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Release 0.6.1
This commit is contained in:
parent
1129dacdfa
commit
1568ac9e8a
2 changed files with 6 additions and 2 deletions
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 23
|
versionCode 24
|
||||||
versionName "0.6.0"
|
versionName "0.6.1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
|
||||||
|
<changelogversion versionName="v0.6.1" changeDate="">
|
||||||
|
<changelogtext>Bugfix release.</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.6.0" changeDate="">
|
<changelogversion versionName="v0.6.0" changeDate="">
|
||||||
<changelogtext>Added sorting by total chapters.</changelogtext>
|
<changelogtext>Added sorting by total chapters.</changelogtext>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue