Releases: tfcporciuncula/phonemoji
Releases · tfcporciuncula/phonemoji
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
- Version bumps 35a520f
- AGP to 7.0.2
- Gradle to 7.2
- Kotlin to 1.5.30
- Startup to 1.1.0
- libphonenumber-android to 8.12.33
And we're now on Maven Central with a new group id:
repositories {
mavenCentral()
}
dependencies {
implementation 'com.fredporciuncula:phonemoji:1.2.0'
}
The package has also been updated from com.tfcporciuncula.phonemoji
to com.fredporciuncula.phonemoji
.
1.1.1
- Fix flag not updating when
setCountryCode()
orsetRegionCode()
are called 8c826aa - Remove unnecessary asynchrony on
setCountryCode()
that wasn't really helping and was potentially causing issues (#6) 72ce24c - Fix initial text set programmatically not updating flag -- this should help with data binding d44ce08
- Add data binding section on README f64f027
- Versions bump ae7d18b
- Gradle to 6.8.1
- Kotlin to 1.4.21
- libphonenumber to 8.12.16
1.1.0
1.0.1
1.0.0
Initial release.