Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 435 Bytes

lib (deprecated)

Release

Небольшая библиотека для интеграции Вашего приложения с A2IGA.

Add it to your build.gradle with:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

and:

dependencies {
    compile 'com.github.a2iga:lib:{latest version}'
}