Skip to content

Commit

Permalink
bump to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dagostinisy committed Jun 10, 2024
1 parent fd040a2 commit 56daf38
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Latest Update | Stable Release | Beta Release | Alpha Release |
| ---------------- | --------------- | --------------- | --------------- |
| May 31, 2024 | 2.0.6 | - | - |
| June 10, 2024 | 2.0.7 | - | - |

## Integration guide
### Requirements
Expand Down
Binary file removed android-bluegps-sdk-2.0.6.aar
Binary file not shown.
Binary file added android-bluegps-sdk-2.0.7.aar
Binary file not shown.
11 changes: 11 additions & 0 deletions android-docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog: `android-bluegps-sdk`

### Version 2.0.7
June 10, 2024
#### ✅ New Features
- Add `updateTicketFormManager()` API save the entire form that the interface will have to build..
- Add `minStart` and `maxEnd` attributes to `ScheduleInterval`.
#### ⬆️ Behavior Changes
#### ⚠️ API Changes
- Changed `getUUID()` API, now return a `String`.
#### 🐞 Bug Fixes
- Fix a bug when save the generated `uuid`.

### Version 2.0.6
May 31, 2024
#### ⬆️ Behavior Changes
Expand Down
2 changes: 1 addition & 1 deletion android-docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Latest Update | Stable Release | Beta Release | Alpha Release |
| ---------------- | --------------- | --------------- | --------------- |
| May 31, 2024 | 2.0.6 | - | - |
| June 10, 2024 | 2.0.7 | - | - |

## Integration guide
### Requirements
Expand Down
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=android-bluegps-sdk-2.0.6.aar"
- mvn install:install-file $FILE -DgroupId=com.synapseslab -DartifactId=android-bluegps-sdk -Dversion=2.0.6 -Dpackaging=aar -DpomFile=pom.xml
- FILE="-Dfile=android-bluegps-sdk-2.0.7.aar"
- mvn install:install-file $FILE -DgroupId=com.synapseslab -DartifactId=android-bluegps-sdk -Dversion=2.0.7 -Dpackaging=aar -DpomFile=pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.synapseslab</groupId>
<artifactId>android-bluegps-sdk</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<packaging>aar</packaging>
<build>
<plugins>
Expand Down

0 comments on commit 56daf38

Please sign in to comment.