We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5f68c commit c7ac406Copy full SHA for c7ac406
samples/Android/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml
@@ -20,7 +20,7 @@
20
<dependency>
21
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
22
<artifactId>aws-iot-device-sdk</artifactId>
23
- <version>1.20.1</version>
+ <version>1.20.2</version>
24
</dependency>
25
</dependencies>
26
</profile>
utils/publish-release.sh
@@ -61,7 +61,7 @@ git add documents/ANDROID.md
61
git add android/iotdevicesdk/build.gradle
62
git add samples/Android/app/build.gradle
63
# Add all the sample pom files
64
-find . -name "pom.xml" -maxdepth 4 -mindepth 3 -exec git add {} +
+find . -name "pom.xml" -exec git add {} +
65
# go back to the utils folder
66
cd utils
67
0 commit comments