Skip to content

Commit

Permalink
last update Kotlin version description
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Apr 19, 2019
1 parent e014ae0 commit 2094b5c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,24 @@ Para manejar la comunicación ussd, hay que tener presente que la interfaz depen

`latestVersion` is ![](https://img.shields.io/bintray/v/romllz489/maven/ussd-library.svg)

`kotlinLatestVersion` is ![](https://img.shields.io/bintray/v/romllz489/maven/kotlin-ussd-library.svg)

Agregar en tu archivo `build.gradle` del proyecto Android:

```groovy
repositories {
jcenter()
}
dependencies {
compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
// java
implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
// kotlin
implementation 'com.romellfudi.ussdlibrary:ussd-libraryKt:{kotlinLatestVersion}'
}
```

En caso uses Kotlin, revisar mi otro proyecto (kotlin branch en archivado): [`Kotlin Void USSD`](https://github.com/romellfudi/KotlinVoIpUSSD)

* Escribir el archivo xml [acá](https://github.com/romellfudi/VoIpUSSD/blob/master/ussd-library/src/main/res/xml/ussd_service.xml) to res/xml folder (if necessary), this config file allow link between App and SO:

```xml
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,24 @@ Interactive with ussd windoows, It is necessary to have present that the interfa

`latestVersion` is ![](https://img.shields.io/bintray/v/romllz489/maven/ussd-library.svg)

`kotlinLatestVersion` is ![](https://img.shields.io/bintray/v/romllz489/maven/kotlin-ussd-library.svg)

Add the following in your app's `build.gradle` file:

```groovy
repositories {
jcenter()
}
dependencies {
// java
implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
// kotlin
implementation 'com.romellfudi.ussdlibrary:ussd-libraryKt:{kotlinLatestVersion}'
}
```

if you use Kotlin please check my other project (kotlin branch is deprecated): [`Kotlin Void USSD`](https://github.com/romellfudi/KotlinVoIpUSSD)

* Writing xml config file from [here](https://github.com/romellfudi/VoIpUSSD/blob/master/ussd-library/src/main/res/xml/ussd_service.xml) to res/xml folder (if necessary), this config file allow link between App and SO:

```xml
Expand Down

0 comments on commit 2094b5c

Please sign in to comment.