We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c757007 commit 0fcf97bCopy full SHA for 0fcf97b
app/build.gradle
@@ -81,6 +81,9 @@ dependencies {
81
//fragment
82
implementation 'androidx.fragment:fragment-ktx:1.8.7'
83
84
+ // local broadcast manager
85
+ implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
86
+
87
//apache commons compress
88
implementation 'org.apache.commons:commons-compress:1.28.0'
89
implementation 'org.tukaani:xz:1.10'
0 commit comments