File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44The Android sample builds an app that can be installed and run on an Android Device. The app builds and allows you
55to run the following [ samples] ( #links-to-individual-sample-readme-files ) from aws-iot-device-sdk-java-v2:
6- * [ Mqtt5PubSub] ( ../mqtt/mqtt5x509 /README.md )
6+ * [ Mqtt5PubSub] ( ../Mqtt/Mqtt5X509 /README.md )
77* [ KeyChainPubSub] ( ./AndroidKeyChainPubSub/README.md )
88
99* __ Jump To:__ *
@@ -58,7 +58,7 @@ cd samples/Android/app
5858The following links will provide more details on the individual samples available in the
5959Android sample app.
6060
61- [ ** Mqtt5PubSub** ] ( ../mqtt/mqtt5x509 /README.md )
61+ [ ** Mqtt5PubSub** ] ( ../Mqtt/Mqtt5X509 /README.md )
6262
6363[ ** KeyChainPubSub** ] ( ./AndroidKeyChainPubSub/README.md )
6464
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151
5252 sourceSets {
5353 main {
54- java. srcDir ' ../../mqtt/mqtt5x509 /src/main/java'
54+ java. srcDir ' ../../Mqtt/Mqtt5X509 /src/main/java'
5555 java. srcDir ' ../AndroidKeyChainPubSub/src/main/java'
5656 java. srcDir ' src/main/java'
5757 }
You can’t perform that action at this time.
0 commit comments