Skip to content

Releases: prolificinteractive/Birdo

0.3.0

11 Feb 15:29
a47fa64
Compare
Choose a tag to compare

Improvements

  • Updated to latest of Kotlin
  • Updated to latest of Gradle
  • Added documentation to artifact

0.2.0

29 Nov 22:44
3d5789f
Compare
Choose a tag to compare

Improvements

  • MockMode improvement
  • Fix crash on certain devices
  • Hierarchy of modules optimized

0.1.1

26 Nov 21:22
09526fc
Compare
Choose a tag to compare

Interfaces

  • Initializer
  • Detector

0.1.0

26 Nov 19:20
2ef9818
Compare
Choose a tag to compare

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}'
}