mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-25 14:45:59 +03:00
Release 0.8.2
This commit is contained in:
parent
dbe8f3cfbe
commit
493ad93957
2 changed files with 7 additions and 2 deletions
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 39
|
versionCode 40
|
||||||
versionName "0.8.1"
|
versionName "0.8.2"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,5 +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.8.2" changeDate="">
|
||||||
|
<changelogtext>Updated Cloudflare.</changelogtext>
|
||||||
|
<changelogtext>Fixed crashes with some translations.</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.8.1" changeDate="">
|
<changelogversion versionName="v0.8.1" changeDate="">
|
||||||
<changelogtext>Fixed latest Cloudflare changes.</changelogtext>
|
<changelogtext>Fixed latest Cloudflare changes.</changelogtext>
|
||||||
<changelogtext>Bundled SQLite for better performance and new features.</changelogtext>
|
<changelogtext>Bundled SQLite for better performance and new features.</changelogtext>
|
||||||
|
|
Loading…
Reference in a new issue