Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 414 Bytes

Extended-Beagle-Library

Release

⚡ Server-driven UI for Android ⚡

Gradle Setup

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

dependencies {
    implementation 'com.github.hoangnv11:Extended-Beagle-Library:$version'
}