Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Bump app version to "4.6.0" (160) (#3077)
Browse files Browse the repository at this point in the history
* Bump app version to "4.6.0" (160)

* Improve the bug reporting template

* Fix the integration tests

* Fix the bug report template
  • Loading branch information
ILIYANGERMANOV authored Apr 1, 2024
1 parent 2ac7fcb commit 0380cac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,22 @@ body:
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: input
id: app_version
attributes:
label: App version
description: Specify the version of the Ivy Wallet app.
placeholder: 4.6.0 (160) from Google Play or 4.6.3 (163) from GitHub
validations:
required: false
- type: input
id: smartphone
attributes:
label: Smartphone
description: Specify the phone model and Android version.
placeholder: Samsung Galaxy S20 Ultra, Android 11
validations:
required: true
required: false
- type: textarea
id: additional
attributes:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ paparazzi = "1.3.3"
# Android
min-sdk = "28"
compile-sdk = "34"
version-name = "4.5.0"
version-code = "150"
version-name = "4.6.0"
version-code = "160"
jvm-target = "17"


Expand Down

0 comments on commit 0380cac

Please sign in to comment.