Releases: romellfudi/VoIpUSSD
Releases · romellfudi/VoIpUSSD
Release USSD Library 1.1.d Splash Overlay
- Release adding second Overlay using full device screen, don't show any flashing window
Release USSD Library 1.1.c Mapping Message
- Release using mapping from detect login and error pages
Release USSD Android Library 1.1.b
New Structure of Messaging, reading and sending for each message
latestVersion is 1.1.b
repositories {
jcenter()
}
dependencies {
implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
}
Release upload on Maven Central
Upload on Maven Central
repositories {
jcenter()
}
dependencies {
compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
}
Release USSD Android Library 1.0.b
Upgrade con.romellfudi for Android Library.
- Import ussdlibrary-1.0.b.aar
- put ussd_service.xml into res/xml folder
or import into project:
maven {
url 'https://dl.bintray.com/romllz489/maven/'
}
dependencies {
compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
}
Release USSD Android Library 1.0.a
Remember import the internal xml into aar or replace with xml similar to ussd_service.xml