Skip to content

Commit d9fe370

Browse files
committed
chore: update release version
1 parent ddccdd8 commit d9fe370

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/hidden-activity/init.d/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#!/usr/bin/env bash
33

4-
wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.0/hidden-activity-flag.apk
4+
wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.2/hidden-activity-flag.apk
55
adb shell pm uninstall com.droidground.hiddenactivity
66
echo "Sleep for 2 seconds before installing app"
77
sleep 2

examples/multi-step/init.d/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#!/usr/bin/env bash
33

4-
wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.1/multi-step-flag.apk
4+
wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.2/multi-step-flag.apk
55
adb shell pm uninstall com.droidground.multistep
66
echo "Sleep for 2 seconds before installing app"
77
sleep 2

0 commit comments

Comments
 (0)