diff --git a/README.es.md b/README.es.md index 6ca5dc9..64805f4 100755 --- a/README.es.md +++ b/README.es.md @@ -20,7 +20,7 @@ Para manejar la comunicaciĆ³n ussd, hay que tener presente que la interfaz depen ## USSD LIBRARY -`latestVersion` is 1.1.d +`latestVersion` is 1.1.e Agregar en tu archivo `build.gradle` del proyecto Android: diff --git a/README.md b/README.md index e44993f..aa215cb 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To comunicate with ussd display, It is necessary to have present that the interf ## USSD LIBRARY -`latestVersion` is 1.1.d +`latestVersion` is 1.1.e Add the following in your app's `build.gradle` file: diff --git a/ussd-library/build.gradle b/ussd-library/build.gradle index 31e054f..8a7eced 100755 --- a/ussd-library/build.gradle +++ b/ussd-library/build.gradle @@ -14,7 +14,7 @@ ext { siteUrl = 'https://romellfudi.github.io/VoIpUSSDSample' gitUrl = 'https://romellfudi.github.io/VoIpUSSDSample.git' - libraryVersion = '1.1.d' + libraryVersion = '1.1.e' developerId = 'romellfudi' developerName = 'Romell Dominguez' @@ -54,7 +54,5 @@ dependencies { testImplementation 'org.powermock:powermock-api-mockito:1.6.2' } -apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle' -apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle' - - +apply from: 'https://raw.githubusercontent.com/romellfudi/assets/master/artifactory_bintray.gradle' +apply from: 'https://raw.githubusercontent.com/romellfudi/assets/master/artifactory_install.gradle' \ No newline at end of file