Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update text to say MIT License and update version to current latest 1… #34

Merged
merged 2 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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