Release 0.9.1

pull/3007/head v0.9.1
arkon 4 years ago
parent 1ab07d169d
commit 286d2b4cf6

@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 43
versionName "0.9.0"
versionCode 44
versionName "0.9.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.1" changeDate="">
<changelogtext>Please see [a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.9.1"]the changelog on GitHub[/a].</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.0" changeDate="">
<changelogtext>This is a huge release! Please see [a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.9.0"]the changelog on GitHub[/a].</changelogtext>
</changelogversion>

Loading…
Cancel
Save