Skip to content

Commit

Permalink
Updating Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoccmartins committed Feb 6, 2025
1 parent 497b6d6 commit 593c139
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ APPNAME = "Aptos"

# Application version
APPVERSION_M = 0
APPVERSION_N = 6
APPVERSION_P = 11
APPVERSION_N = 7
APPVERSION_P = 10
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down Expand Up @@ -106,8 +106,11 @@ ENABLE_NBGL_QRCODE = 1
#ENABLE_NBGL_KEYPAD = 1

########################################
# Features disablers #
# Features enables #
########################################
ENABLE_SWAP = 1


# These advanced settings allow to disable some feature that are by
# default enabled in the SDK `Makefile.standard_app`.
#DISABLE_STANDARD_APP_FILES = 1
Expand Down

0 comments on commit 593c139

Please sign in to comment.