Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/az4521/Tachiyomi
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniSargees committed Apr 13, 2019
2 parents 5344494 + 96358ef commit fade96e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8201
versionName "v8.2.1-AZ"
versionCode 8300
versionName "v8.3.0-AZ"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion versionName="v8.3.0-AZ" changeDate="">
<changelogtext>Merged new Tachiyomi commits</changelogtext>
<changelogtext>Changed the app name</changelogtext>
<changelogtext>Mangadex login support</changelogtext>
</changelogversion>

<changelogversion versionName="v8.2.1-AZ" changeDate="">
<changelogtext>Merged new Tachiyomi commits</changelogtext>
<changelogtext>Minor bugfix with saving images</changelogtext>
Expand Down

0 comments on commit fade96e

Please sign in to comment.