Skip to content

Commit

Permalink
Merge branch 'main' into websocket_readme_correction
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g authored Sep 1, 2023
2 parents 00602d4 + 0d0c0ff commit 30d0910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/iotdevicesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ afterEvaluate {

groupId = 'software.amazon.awssdk.iotdevicesdk'
artifactId = 'aws-iot-device-sdk-android'
version = android.defaultConfig.versionName + '-SNAPSHOT'
version = '1.0.0-SNAPSHOT'
}

}
Expand Down
2 changes: 1 addition & 1 deletion sdk/tests/android/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repositories {
}

dependencies {
api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.15.0-SNAPSHOT'
api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.0.0-SNAPSHOT'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down

0 comments on commit 30d0910

Please sign in to comment.