Version 0.9.55
This commit is contained in:
parent
01f746ec69
commit
19a21519b8
@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android.
|
|||||||
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v0.9.5](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.55](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -37,6 +37,7 @@ Plus some new features in this fork such as:
|
|||||||
* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between
|
* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between
|
||||||
* Automatically checks for extension updates
|
* Automatically checks for extension updates
|
||||||
* Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH))
|
* Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH))
|
||||||
|
* Drag & Drop Sorting in Library
|
||||||
|
|
||||||
## Issues, Feature Requests and Contributing
|
## Issues, Feature Requests and Contributing
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 49
|
versionCode 50
|
||||||
versionName '0.9.5'
|
versionName '0.9.55'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
Loading…
Reference in New Issue
Block a user