CW-680: Fix Wakelock Issue (#1557)

* chore: Bump up wakelock_plus dependency version * Fix: try fixing ci failure by bumping jdk version

David Adegoke committed Jul 31, 2024 at 02:26 UTC a2549b42b04fbce33b77dbf3fcdd4d6e711ac192
2 files changed +2 -2
.github/workflows/pr_test_build.yml
+1 -1
@@ -41,7 +41,7 @@ jobs:
41 - uses: actions/checkout@v2
42 - uses: actions/setup-java@v1
43 with:
44 - java-version: "11.x"
44 + java-version: "17.x"
45 - name: Configure placeholder git details
46 run: |
47 git config --global user.email "CI@cakewallet.com"
pubspec_base.yaml
+1 -1
@@ -66,7 +66,7 @@ dependencies:
66 url: https://github.com/cake-tech/device_display_brightness.git
67 ref: master
68 workmanager: ^0.5.1
69 - wakelock_plus: ^1.1.3
69 + wakelock_plus: ^1.2.5
70 flutter_mailer: ^2.0.2
71 device_info_plus: ^9.1.0
72 base32: 2.1.3