VoIpUSSD Versions Save

:octocat: 📞 IMEI (USSD) Library in Android Devices by @romellfudi

Rev08

5 years ago
  • Release using mapping from detect login and error pages

Rev07

5 years ago

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}' }

Rev05

5 years ago

Upload on Maven Central

repositories { jcenter() } dependencies { compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}' }

Rev02

5 years ago

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_01

5 years ago

Remember import the internal xml into aar or replace with xml similar to ussd_service.xml