Skip to content

bohhom/next-sdk

Repository files navigation

introduce

next-sdk is a LGPL library implementing the android client for NEXT app.

It is made to allow softwares to develop their own android app easily.

Usage

As next-sdk is a LGPL library, it can be included in any android softwares.

for gradle program,open build.gradle and add below code snippet into dependencies

implementation 'io.github.bohhom:next-sdk:1.0.0'

for maven program,open pom.xml and add below code snippet into dependencies

<dependency>
   <groupId>io.github.bohhom</groupId>
   <artifactId>next-sdk</artifactId>
   <version>1.0.0</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages