-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,20 +45,20 @@ jobs: | |
uses: android-actions/setup-android@v3 | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x .apps/wallet/android/gradlew | ||
run: chmod +x ./apps/wallet/android/gradlew | ||
|
||
- name: Update AndroidManifest.xml | ||
uses: damienaicheh/[email protected] | ||
with: | ||
android-manifest-path: '.apps/wallet/android/app/src/main/AndroidManifest.xml' | ||
android-manifest-path: './apps/wallet/android/app/src/main/AndroidManifest.xml' | ||
version-code: ${{ env.NUMBER_OF_COMMITS }} | ||
version-name: '${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}${{ env.PRE_RELEASE }}' | ||
print-file: true | ||
|
||
- name: Update gradle version for Android | ||
uses: damienaicheh/[email protected] | ||
with: | ||
build-gradle-path: '.apps/wallet/android/app/build.gradle' | ||
build-gradle-path: './apps/wallet/android/app/build.gradle' | ||
version-code: ${{ env.NUMBER_OF_COMMITS }} | ||
version-name: '${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}${{ env.PRE_RELEASE }}' | ||
print-file: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# minotaur-wallet | ||
|
||
## 2.2.0 | ||
|
||
### Minor Changes | ||
|
||
- Add Box Consolidation dApp | ||
|
||
### Patch Changes | ||
|
||
- Store Encrypted Mnemonic for each wallet. | ||
- Explorer does not return the order of transactions correctly. We implemented a method to neutralize its effect. | ||
- Fix Icon size |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters