Skip to content

Releases: romellfudi/FudiNFC

Android 12 Support

26 Mar 19:42
a997c5e
Compare
Choose a tag to compare

android-12-1.1.0
🎉 Released a new version android-12-1.1.0! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.romellfudi.fudinfc:fudi-nfc:android-12-1.1.0'
}

1.1.0 in Jitpack

18 Jun 17:33
Compare
Choose a tag to compare

1.1.0
🎉 Released a new version 1.1.0! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.romellfudi.fudinfc:fudi-nfc:1.1.0'
}

1.0.b

11 Jun 14:35
693ac24
Compare
Choose a tag to compare
  • To add the library in your project, use the following implementation:
repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.romellfudi:FudiNFC:1.0.b'
}

Release Stable

20 Jun 15:35
Compare
Choose a tag to compare
  • Use for any android project:
repositories {
    jcenter()
}
dependencies {
    implementation 'com.romellfudi.fudinfc:fudi-nfc:1.0.a'
}