Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 895 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 895 Bytes

Lokalise Android SDK

Lokalise lets you manage keys and translations of your app, game or website – either on your own or with a team of collaborators. Built for developers, Lokalise offers neat features including inline suggestions, project chat, export webhooks and an API, so you can easily integrate with your projects workflow.

Dependency

Add Lokalise maven repository:

repositories {
    maven {
        url "https://maven.lokalise.co"
    }
}

Include dependencies:

dependencies {
    compile 'com.lokalise.android:ota-sdk:1.+'
    compile 'com.google.code.gson:gson:2.8.0'
}

Read documentation page for detailed integration guide.

For bug reporting please contact us via live support chat at lokalise.com.