Skip to content

Commit 98a3705

Browse files
committed
3.0.2008
1 parent f6f1adc commit 98a3705

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ This example demonstrates how you can implement file versioning support in your
3232

3333
## Android WebDAV Server on NanoHTTPD Example
3434
A modified NanoHTTPD mobile WebDAV server that runs on Android. It stores all files in mobile device file system while locks and properties in SQLite. This sample provides access to the documents inside a mobile app folder. To see the documents a user opens a sample web page served by this server in a web browser on any machine in the local network. A user can open, edit and save documents back to the mobile device as well as can upload, download and manage documents using any WebDAV client. The sample requires license.
35-
Its text should be added to the **webdavsettings.json** file (see **assets** folder) in the **License** section. Please change all double quotes to single quotes in the license text or remove **xml** header.
35+
Its text should be added to the **webdavsettings.json** file (see **assets** folder) in the **License** section. Please change all double quotes to single quotes in the license text or remove **xml** header.
36+
To build example execute **buildAndroid.bat** or **buildAndroid** in the root folder.

androidfsstorage/buildAndroid

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
exec ./gradlew clean jarjar
4+
exec ./gradlew install

0 commit comments

Comments
 (0)