Skip to content

Commit

Permalink
Merge pull request #34 from sinch/update_license_and_readme
Browse files Browse the repository at this point in the history
Update text to say MIT License and update version to current latest 1…
  • Loading branch information
thomasf147 authored May 5, 2023
2 parents 3bb4829 + 32eb194 commit 3cd59c9
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 519 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Maven
<dependency>
<groupId>com.sinch</groupId>
<artifactId>sdk-sms</artifactId>
<version>1.1.0</version>
<version>1.1.6</version>
</dependency>
```

Gradle
```groovy
implementation 'com.sinch:sdk-sms:1.1.0'
implementation 'com.sinch:sdk-sms:1.1.6'
```

## Quick Start
Expand Down Expand Up @@ -95,7 +95,7 @@ Build .jar file
mvn package
```

It will give you `sdk-sms-1.0.7-jar-with-dependencies.jar`
It will give you `sdk-sms-1.1.6-jar-with-dependencies.jar`

To skip local test
```bash
Expand All @@ -108,4 +108,4 @@ We recommend enabling annotation processing in your IDE https://immutables.githu

## License

This project is licensed under the Apache License Version 2.0. See the LICENSE.txt file for the license text.
This project is licensed under the MIT License. See the LICENSE file for the license text.
Loading

0 comments on commit 3cd59c9

Please sign in to comment.