Skip to content

Releases: daveenguyen/MahouCode

0.1.1

30 Oct 15:36
Compare
Choose a tag to compare
  • Made getCarrierFrequency() static

To use with GRADLE, add the following

repositories {
  jcenter()
  maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.daveenguyen:mahoucode:0.1.1'
}

0.1.0

27 Oct 13:02
Compare
Choose a tag to compare

Add the following to use with gradle.

repositories {
  jcenter()
  maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.daveenguyen:mahoucode:0.1.0'
}

Thanks jitpack.io!