mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 21:58:34 +03:00
release v0.12.2.3
This commit is contained in:
parent
f71f738536
commit
9efb90c2ca
3 changed files with 4 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
@ -52,7 +52,7 @@ body:
|
|||
label: Aniyomi version
|
||||
description: You can find your Aniyomi version in **More → About**.
|
||||
placeholder: |
|
||||
Example: "0.12.2.2"
|
||||
Example: "0.12.2.3"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
@ -97,7 +97,7 @@ body:
|
|||
required: true
|
||||
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
|
||||
required: true
|
||||
- label: I have updated the app to version **[0.12.2.2](https://github.com/jmir1/aniyomi/releases)**.
|
||||
- label: I have updated the app to version **[0.12.2.3](https://github.com/jmir1/aniyomi/releases)**.
|
||||
required: true
|
||||
- label: I have updated all installed extensions.
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
@ -32,7 +32,7 @@ body:
|
|||
required: true
|
||||
- label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/jmir1/aniyomi-extensions/issues/new/choose).
|
||||
required: true
|
||||
- label: I have updated the app to version **[0.12.2.2](https://github.com/jmir1/aniyomi/releases)**.
|
||||
- label: I have updated the app to version **[0.12.2.3](https://github.com/jmir1/aniyomi/releases)**.
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
|
|
@ -30,7 +30,7 @@ android {
|
|||
targetSdk = AndroidConfig.targetSdk
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode = 68
|
||||
versionName = "0.12.2.2"
|
||||
versionName = "0.12.2.3"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||
|
|
Loading…
Reference in a new issue