diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 21194703..95261a33 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -28,4 +28,5 @@ dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation project(':doric') + implementation 'org.nanohttpd:nanohttpd:2.3.1' } diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml index b0b496b6..e56409b3 100644 --- a/Android/app/src/main/AndroidManifest.xml +++ b/Android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ - +