Skip to content

0.1.0

Compare
Choose a tag to compare
@quentin41500 quentin41500 released this 26 Nov 19:20
· 9 commits to master since this release
2ef9818

Initial Release

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
  implementation 'com.github.prolificinteractive:birdo:${birdoVersion}'
}