Skip to content

Commit 6799889

Browse files
authored
Merge pull request #128 from akaita/patch-2
Fix Android 12 crash
2 parents fb4bd84 + 51d9a35 commit 6799889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushnotifications/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compileOnly "com.google.firebase:firebase-messaging:22.0.0"
4848
compileOnly "com.google.firebase:firebase-iid:21.1.0"
4949

50-
implementation("androidx.work:work-runtime-ktx:2.5.0")
50+
implementation("androidx.work:work-runtime-ktx:2.7.0")
5151
implementation 'androidx.concurrent:concurrent-futures:1.1.0'
5252
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
5353

0 commit comments

Comments
 (0)