Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@daveenguyen daveenguyen released this 30 Oct 15:36
  • 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'
}