diff --git a/README.md b/README.md index 9fbf7ae..5c98c0f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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 } } ``` @@ -53,7 +53,7 @@ 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 } } ``` @@ -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 diff --git a/android-ble-sdk-0.0.3-sources.jar b/android-ble-sdk-0.0.3-sources.jar deleted file mode 100644 index bce62d1..0000000 Binary files a/android-ble-sdk-0.0.3-sources.jar and /dev/null differ diff --git a/android-ble-sdk-0.0.3-javadoc.jar b/android-ble-sdk-1.0.0-javadoc.jar similarity index 51% rename from android-ble-sdk-0.0.3-javadoc.jar rename to android-ble-sdk-1.0.0-javadoc.jar index 6e6331c..035ac7c 100644 Binary files a/android-ble-sdk-0.0.3-javadoc.jar and b/android-ble-sdk-1.0.0-javadoc.jar differ diff --git a/android-ble-sdk-1.0.0-sources.jar b/android-ble-sdk-1.0.0-sources.jar new file mode 100644 index 0000000..d17190e Binary files /dev/null and b/android-ble-sdk-1.0.0-sources.jar differ diff --git a/android-ble-sdk-0.0.3.aar b/android-ble-sdk-1.0.0.aar similarity index 99% rename from android-ble-sdk-0.0.3.aar rename to android-ble-sdk-1.0.0.aar index 03d5a05..1ecfcee 100644 Binary files a/android-ble-sdk-0.0.3.aar and b/android-ble-sdk-1.0.0.aar differ diff --git a/jitpack.yml b/jitpack.yml index 24c3275..cc1b71e 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -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 diff --git a/pom.xml b/pom.xml index f87e638..336409a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.tedee android-ble-sdk - 0.0.3 + 1.0.0 io.reactivex.rxjava2