├── .gitattributes ├── .gitignore ├── README.md ├── UpdateApp.java ├── strings.xml ├── updateAppPlugin.js └── version.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/README.md -------------------------------------------------------------------------------- /UpdateApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/UpdateApp.java -------------------------------------------------------------------------------- /strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/strings.xml -------------------------------------------------------------------------------- /updateAppPlugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/updateAppPlugin.js -------------------------------------------------------------------------------- /version.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shixy/UpdateApp/HEAD/version.js --------------------------------------------------------------------------------