Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1012 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 1012 Bytes

OneAtlas Android SDK

This is the Maven repository for OneAtlas Android SDK.

Quick start

Add the OneAtlas SDK dependency to your build.gradlefile:

dependencies {
    // ...
    implementation 'com.airbus.oneatlas:oneatlas:1.2.1'
    // ...
}

You should also add the url to this Maven repository:

allprojects {
    repositories {
        // ...
        maven {
            url "https://raw.github.com/airbusgeo/oneatlas-sdk-android/main"
        }
        // ...
    }
}

Documentation

Please visit OneAtlas Developer Portal.

Sample code

This GitHub repository hosts some Android sample code that will help get you started.

Author

Airbus DS Geo SA
intelligence-airbus-ds-mobile@airbus.com

License

Copyright ©2019 Airbus DS Geo SA.
OneAtlas SDK is available under a proprietary license.
See the LICENSE.md file for more info.