Skip to content

Commit

Permalink
fix for address book controller state be populated and bump to test o…
Browse files Browse the repository at this point in the history
…n a release build
  • Loading branch information
tommasini committed Oct 29, 2024
1 parent 088a426 commit da636b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "7.33.0"
versionCode 1460
versionName "7.34.0"
versionCode 1471
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,7 @@ export class Engine {
allowedActions: [],
allowedEvents: [],
}),
state: initialState.AddressBookController,
}),
assetsContractController,
nftController,
Expand Down

0 comments on commit da636b8

Please sign in to comment.