Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from Beaelf/feature/release-2.1.9
Browse files Browse the repository at this point in the history
release 2.1.9
  • Loading branch information
Beaelf authored Apr 7, 2023
2 parents 091fa22 + 2876826 commit 5558f22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [2.1.8] - 2023-04-07
## [2.1.9] - 2023-04-07
### Fixed
- Fix No option constructor throws NullPointerException, add null options validate
- PR: https://github.com/AfterShip/aftership-sdk-java/pull/48
Expand Down Expand Up @@ -74,7 +74,7 @@ Compatibility
- Solving issue at Checkpoint.java, typo in ```country_iso3```


[2.1.8]: https://github.com/AfterShip/aftership-sdk-java/compare/2.1.7...2.1.8
[2.1.9]: https://github.com/AfterShip/aftership-sdk-java/compare/2.1.7...2.1.9
[2.1.7]: https://github.com/AfterShip/aftership-sdk-java/compare/2.1.6...2.1.7
[2.1.6]: https://github.com/AfterShip/aftership-sdk-java/compare/2.1.5...2.1.6
[2.1.5]: https://github.com/AfterShip/aftership-sdk-java/compare/v2.1.3...2.1.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Requirements:
<dependency>
<groupId>com.aftership</groupId>
<artifactId>aftership-sdk</artifactId>
<version>2.1.8</version>
<version>2.1.9</version>
</dependency>
```

### Gradle

```text
implementation "com.aftership:aftership-sdk:2.1.8"
implementation "com.aftership:aftership-sdk:2.1.9"
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public final class Define {

/** Version of the current component */
public static final String VERSION = "2.1.8";
public static final String VERSION = "2.1.9";

/** The range of http status codes for successful API requests */
public static final int[] SUCCESSFUL_CODE_RANGE;
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

allprojects {
group 'com.aftership'
version '2.1.8'
version '2.1.9'

repositories {
mavenCentral()
Expand Down Expand Up @@ -110,7 +110,7 @@ project(':aftership-sample') {
dependencies {
// compile project(':aftership-sdk')
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.aftership:aftership-sdk:2.1.8"
implementation "com.aftership:aftership-sdk:2.1.9"
}

jar {
Expand Down

0 comments on commit 5558f22

Please sign in to comment.