Skip to content

Commit

Permalink
upgrade version description
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jan 22, 2019
1 parent 2147d4a commit e847ab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 3 additions & 5 deletions ussd-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

0 comments on commit e847ab8

Please sign in to comment.