#!/bin/bash
BaseDir=$(dirname $(readlink -f "$0"))
uninstall_app() {
echo "uninstall sdk success"
}
uninstall_app