NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.

Home Page:http://nanohttpd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use the latest version in Android

akanshSirohi opened this issue · comments

I want to update the library in one of my android project, currently using the last update available, i.e. v2.3.1 (2016). But can anyone tell me how can I use the latest version available (if any) like snapshot or anything.

I am using the source as dependency in my project and using the following line to build, everything working fine but now all import statements not working and everything not working like before.

implementation 'com.github.nanohttpd:nanohttpd:master-SNAPSHOT'