mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
sync: Sync with release
This commit is contained in:
commit
79950557bd
4 changed files with 5 additions and 5 deletions
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -35,7 +35,7 @@ body:
|
|||
required: true
|
||||
- label: If this is an issue with an extension, or a request for an extension, I should be contacting the extensions repository's maintainer/support for help.
|
||||
required: true
|
||||
- label: I have updated the app to version **[1.8.4.2](https://github.com/null2264/yokai/releases/latest)**.
|
||||
- label: I have updated the app to version **[1.8.4.3](https://github.com/null2264/yokai/releases/latest)**.
|
||||
required: true
|
||||
- label: I have checked through the app settings for my feature.
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
2
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
|
@ -100,7 +100,7 @@ body:
|
|||
required: true
|
||||
- label: I have tried the [troubleshooting guide](https://mihon.app/help/).
|
||||
required: true
|
||||
- label: I have updated the app to version **[1.8.4.2](https://github.com/null2264/yokai/releases/latest)**.
|
||||
- label: I have updated the app to version **[1.8.4.3](https://github.com/null2264/yokai/releases/latest)**.
|
||||
required: true
|
||||
- label: I have updated all installed extensions.
|
||||
required: true
|
||||
|
|
|
@ -43,8 +43,8 @@ val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
|||
android {
|
||||
defaultConfig {
|
||||
applicationId = "eu.kanade.tachiyomi"
|
||||
versionCode = 138
|
||||
versionName = "1.8.4.2"
|
||||
versionCode = 139
|
||||
versionName = "1.8.4.3"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled = true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="960" android:viewportWidth="960" android:width="24dp">
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="?actionBarTintColor" android:viewportHeight="960" android:viewportWidth="960" android:width="24dp">
|
||||
|
||||
<path android:fillColor="@android:color/white" android:pathData="M353,480L412,421Q424,409 424,393Q424,377 412,365Q400,353 383.5,353Q367,353 355,365L268,452Q262,458 259.5,465Q257,472 257,480Q257,488 259.5,495Q262,502 268,508L355,595Q367,607 383.5,607Q400,607 412,595Q424,583 424,567Q424,551 412,539L353,480ZM607,480L548,539Q536,551 536,567Q536,583 548,595Q560,607 576.5,607Q593,607 605,595L692,508Q698,502 700.5,495Q703,488 703,480Q703,472 700.5,465Q698,458 692,452L605,365Q599,359 591.5,356Q584,353 576.5,353Q569,353 561.5,356Q554,359 548,365Q536,377 536,393Q536,409 548,421L607,480ZM200,840Q167,840 143.5,816.5Q120,793 120,760L120,200Q120,167 143.5,143.5Q167,120 200,120L760,120Q793,120 816.5,143.5Q840,167 840,200L840,760Q840,793 816.5,816.5Q793,840 760,840L200,840ZM200,760L760,760Q760,760 760,760Q760,760 760,760L760,200Q760,200 760,200Q760,200 760,200L200,200Q200,200 200,200Q200,200 200,200L200,760Q200,760 200,760Q200,760 200,760ZM200,200L200,200Q200,200 200,200Q200,200 200,200L200,760Q200,760 200,760Q200,760 200,760L200,760Q200,760 200,760Q200,760 200,760L200,200Q200,200 200,200Q200,200 200,200Z"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue