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

Commit

Permalink
Fix #4244: Bump BraveCore library to 1.31.89. (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Nov 2, 2021
1 parent 90efb9f commit 4451fa2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Client/Application/Delegates/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ extension SceneDelegate {
let browserViewController = BrowserViewController(
profile: profile,
diskImageStore: diskImageStore,
historyAPI: appDelegate.braveCore.historyAPI!,
bookmarksAPI: appDelegate.braveCore.bookmarksAPI!,
historyAPI: appDelegate.braveCore.historyAPI,
bookmarksAPI: appDelegate.braveCore.bookmarksAPI,
crashedLastSession: crashedLastSession)

browserViewController.do {
Expand Down
4 changes: 2 additions & 2 deletions Client/Rewards/BraveRewards.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ extension BraveRewards {
.init(
storageURL: FileManager.default.urls(for: .applicationSupportDirectory, in: .userDomainMask).first!,
ledgerEnvironment: .development,
adsEnvironment: .development
adsEnvironment: .staging
)
}
static var staging: Configuration {
Expand All @@ -293,7 +293,7 @@ extension BraveRewards {
.init(
storageURL: URL(fileURLWithPath: NSTemporaryDirectory()),
ledgerEnvironment: .development,
adsEnvironment: .development,
adsEnvironment: .staging,
isTesting: true,
overridenNumberOfSecondsBetweenReconcile: 30,
retryInterval: 30
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MPL-2.0",
"dependencies": {
"brave-core-ios": "https://github.com/brave/brave-browser/releases/download/v1.30.88/brave-core-ios-1.30.88.tgz",
"brave-core-ios": "https://github.com/brave/brave-browser/releases/download/v1.31.89/brave-core-ios-1.31.89.tgz",
"page-metadata-parser": "^1.1.3",
"readability": "github:mozilla/readability#b9f47bcc8d3c223cabe2dec6a42eeb3bd778d85c",
"webpack-cli": "^4.8.0"
Expand Down

0 comments on commit 4451fa2

Please sign in to comment.