Skip to content

Commit

Permalink
Merge pull request #14 from tedee-com/release/1.0.0
Browse files Browse the repository at this point in the history
Updated version to 1.0.0
  • Loading branch information
alzakharenk authored Jul 2, 2024
2 parents c11d029 + 372b1de commit 9d313a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Step 2. Add the dependency

```gradle
dependencies {
implementation("com.github.tedee-com:tedee-mobile-sdk-android:0.0.3-alpha@aar") { isTransitive = true }
implementation("com.github.tedee-com:tedee-mobile-sdk-android:1.0.0@aar") { isTransitive = true }
}
```

Or if you are using Groovy instead of Kotlin:

```gradle
dependencies {
implementation("com.github.tedee-com:tedee-mobile-sdk-android:0.0.3-alpha@aar") { transitive = true }
implementation("com.github.tedee-com:tedee-mobile-sdk-android:1.0.0@aar") { transitive = true }
}
```

Expand Down Expand Up @@ -104,9 +104,9 @@ Documentation describing public API of the Tedee Lock framework is available at

For more details about Tedee Lock BLE API, available commands, their parameters, notifications and more please refer to our BLE API documentation available at [https://tedee-tedee-lock-ble-api-doc.readthedocs-hosted.com/en/latest/index.html](https://tedee-tedee-lock-ble-api-doc.readthedocs-hosted.com/en/latest/index.html).

### Disclaimer
### Known issues

Provided SDK is currently in alpha phase. New versions of the SDK can contain changes in public API. Please take a look at release notes.
Right now there is an issue on Google Pixel 4a device with generating mobile key pair. We are working on it and will fix it soon. As workaround please use other device.

### Support

Expand Down
Binary file removed android-ble-sdk-0.0.3-sources.jar
Binary file not shown.
Binary file not shown.
Binary file added android-ble-sdk-1.0.0-sources.jar
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jdk:
- openjdk11
install:
- FILE="-Dfile=android-ble-sdk-0.0.3.aar"
- mvn install:install-file $FILE -DgroupId=com.tedee -DartifactId=android-ble-sdk -Dversion=0.0.3 -Dpackaging=aar -DpomFile=pom.xml
- FILE="-Dfile=android-ble-sdk-1.0.0.aar"
- mvn install:install-file $FILE -DgroupId=com.tedee -DartifactId=android-ble-sdk -Dversion=1.0.0 -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 @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tedee</groupId>
<artifactId>android-ble-sdk</artifactId>
<version>0.0.3</version>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand Down

0 comments on commit 9d313a5

Please sign in to comment.