Skip to content

Commit

Permalink
release(2020-12-04): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Dec 4, 2020
1 parent 7deebc3 commit ad0b743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class TransportUtils
public static String IOTHUB_API_VERSION = "2020-09-30";

private static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client";
private static final String CLIENT_VERSION = "1.27.0";
private static final String CLIENT_VERSION = "1.28.0";

private static String JAVA_RUNTIME = System.getProperty("java.version");
private static String OPERATING_SYSTEM = System.getProperty("java.runtime.name").toLowerCase().contains("android") ? "Android" : System.getProperty("os.name");
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/android-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testImplementation 'junit:junit:4.12'

// Remote binary dependency
api ('com.microsoft.azure.sdk.iot:iot-device-client:1.27.0') {
api ('com.microsoft.azure.sdk.iot:iot-device-client:1.28.0') {
exclude module: 'slf4j-api'
exclude module:'azure-storage'
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dice-provider-artifact-id>dice-provider</dice-provider-artifact-id>
<x509-provider-artifact-id>x509-provider</x509-provider-artifact-id>

<iot-device-client-version>1.27.0</iot-device-client-version>
<iot-device-client-version>1.28.0</iot-device-client-version>
<iot-service-client-version>1.26.0</iot-service-client-version>
<iot-deps-version>0.11.0</iot-deps-version>
<provisioning-device-client-version>1.8.5</provisioning-device-client-version>
<provisioning-service-client-version>1.7.0</provisioning-service-client-version>
<security-provider-version>1.3.0</security-provider-version>
<security-provider-version>1.4.0</security-provider-version>
<tpm-provider-emulator-version>1.1.1</tpm-provider-emulator-version>
<tpm-provider-version>1.1.2</tpm-provider-version>
<dice-provider-emulator-version>1.1.1</dice-provider-emulator-version>
Expand Down

0 comments on commit ad0b743

Please sign in to comment.