Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 405 Bytes

Frame 1

version

How to use?

in your project

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

module

dependencies {
  implementation 'com.github.Team-B1ND:dauth-android:{version}'
}