release v0.12.3.5

This commit is contained in:
jmir1 2021-11-26 01:17:56 +01:00
parent 966172d88b
commit e793c6cd15
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
I acknowledge that: I acknowledge that:
- I have updated: - I have updated:
- To the latest version of the app (stable is v0.12.3.4) - To the latest version of the app (stable is v0.12.3.5)
- All extensions - All extensions
- If this is an issue with an anime extension, that I should be opening an issue in https://github.com/jmir1/aniyomi-extensions - If this is an issue with an anime extension, that I should be opening an issue in https://github.com/jmir1/aniyomi-extensions
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue - I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue

View file

@ -52,7 +52,7 @@ body:
label: Aniyomi version label: Aniyomi version
description: You can find your Aniyomi version in **More → About**. description: You can find your Aniyomi version in **More → About**.
placeholder: | placeholder: |
Example: "0.12.3.4" Example: "0.12.3.5"
validations: validations:
required: true required: true
@ -97,7 +97,7 @@ body:
required: true required: true
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
required: true required: true
- label: I have updated the app to version **[0.12.3.4](https://github.com/jmir1/aniyomi/releases/latest)**. - label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true required: true
- label: I have updated all installed extensions. - label: I have updated all installed extensions.
required: true required: true

View file

@ -32,7 +32,7 @@ body:
required: true 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). - 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 required: true
- label: I have updated the app to version **[0.12.3.4](https://github.com/jmir1/aniyomi/releases/latest)**. - label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true required: true
- label: I will fill out all of the requested information in this form. - label: I will fill out all of the requested information in this form.
required: true required: true

View file

@ -30,7 +30,7 @@ android {
minSdk = AndroidConfig.minSdk minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk targetSdk = AndroidConfig.targetSdk
versionCode = 71 versionCode = 71
versionName = "0.12.3.4" versionName = "0.12.3.5"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")