Skip to content

Commit 261072c

Browse files
authored
fix: prevent Android reset from freezing on 5.9.1 (#7525)
1 parent effe717 commit 261072c

File tree

16 files changed

+126
-980
lines changed

16 files changed

+126
-980
lines changed

apps/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ dependencies {
263263
implementation("org.bouncycastle:bcpg-jdk18on:1.77")
264264

265265
// geckoview
266-
implementation("org.mozilla.geckoview:geckoview:133.0.20241209150345")
267-
implementation("com.google.code.gson:gson:2.13.1")
266+
// implementation("org.mozilla.geckoview:geckoview:133.0.20241209150345")
267+
// implementation("com.google.code.gson:gson:2.13.1")
268268

269269
// add billing sdk, also update AndroidManifest.xml
270270
// def billingVersion = 7.0.0

apps/mobile/android/app/src/main/assets/messaging/background.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/mobile/android/app/src/main/assets/messaging/content.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

apps/mobile/android/app/src/main/assets/messaging/manifest.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)