Skip to content

drasyl/drasyl-android

Repository files navigation

drasyl

Website | Documentation | Javadoc | Contributing | Changelog

APK

You can download the current APK from here app/release/app-release.apk.

Notes

If you want to write your Android project with drasyl, you have to be aware of a few things. drasyl uses the crypto library sodium. The drasyl Java version already contains pre-compiled binaries of this library for the most common platforms and architectures. However, android packages behave differently and need all their native libraries in the libs folder. So don't forget to copy the libs folder of this project for your own.

The Android support of drasyl is still experimental at the moment. Therefore you may have to include the snapshot repo from sonatype. You can simply copy the settings.gradle file of this project or add the following to your file:

dependencyResolutionManagement {
    ...
    repositories {
        ...
        // Added maven SNAPSHOT repo for drasyl SNAPSHOT versions
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots/"
        }
        ...
    }
    ...
}

License

This is free software under the terms of the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages