Skip to content

Commit

Permalink
Merge pull request #1783 from novasamatech/hotfix/9.2.3
Browse files Browse the repository at this point in the history
Hotfix/9.2.3
  • Loading branch information
antonijzelinskij authored Jan 28, 2025
2 parents 82218e5 + c579dd9 commit 30056c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/navigation/root_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<include app:graph="@navigation/sign_ledger_nav_graph" />

<include app:graph="@navigation/sign_parity_signer_graph" />

<action
android:id="@+id/action_open_externalSignGraph"
app:destination="@id/external_sign_graph"
Expand All @@ -29,6 +31,14 @@
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit" />

<action
android:id="@+id/action_open_sign_ledger"
app:destination="@id/sign_ledger_nav_graph"
app:enterAnim="@anim/fragment_open_enter"
app:exitAnim="@anim/fragment_open_exit"
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit" />

<action
android:id="@+id/action_open_approve_wallet_connect_session"
app:destination="@id/walletConnectApproveSessionFragment"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
// App version
versionName = '9.2.2'
versionCode = 172
versionName = '9.2.3'
versionCode = 174

applicationId = "io.novafoundation.nova"
releaseApplicationSuffix = "market"
Expand Down

0 comments on commit 30056c9

Please sign in to comment.