We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d2e01 commit 7d26a75Copy full SHA for 7d26a75
1 file changed
main/build.gradle
@@ -60,6 +60,7 @@ dependencies {
60
implementation "androidx.multidex:multidex:$multidex"
61
implementation "androidx.preference:preference:$preference"
62
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swiperefreshlayout"
63
+ implementation 'org.nanohttpd:nanohttpd:2.3.1'
64
65
implementation "com.google.android.material:material:$material"
66
implementation "com.google.code.gson:gson:$gson"
@@ -138,4 +139,4 @@ dependencies {
138
139
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$desugar_jdk_libs"
140
141
implementation 'org.jetbrains:annotations:24.0.1'
-}
142
+}
0 commit comments