update android example

This commit is contained in:
ekibun
2020-09-21 19:08:50 +08:00
parent a98ef735db
commit 15ae27d7b0
14 changed files with 31 additions and 86 deletions

View File

@@ -1,8 +0,0 @@
/*
* @Description: module example
* @Author: ekibun
* @Date: 2020-08-27 19:06:30
* @LastEditors: ekibun
* @LastEditTime: 2020-08-27 20:39:11
*/
export default (name) => `hello ${name}!`;