Skip to content

Commit 7d26a75

Browse files
authored
Add nanohttpd dependency to build.gradle
1 parent a9d2e01 commit 7d26a75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies {
6060
implementation "androidx.multidex:multidex:$multidex"
6161
implementation "androidx.preference:preference:$preference"
6262
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swiperefreshlayout"
63+
implementation 'org.nanohttpd:nanohttpd:2.3.1'
6364

6465
implementation "com.google.android.material:material:$material"
6566
implementation "com.google.code.gson:gson:$gson"
@@ -138,4 +139,4 @@ dependencies {
138139
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$desugar_jdk_libs"
139140

140141
implementation 'org.jetbrains:annotations:24.0.1'
141-
}
142+
}

0 commit comments

Comments
 (0)