rsookram / wvsh

An Android app which displays a WebView with assets bundled into the app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wvsh

Build

Run the following command from the root of the repository to make a debug build:

./gradlew assembleDebug

Making a release build is similar, but requires environment variables to be set to indicate how to sign the APK:

STORE_FILE='...' STORE_PASSWORD='...' KEY_ALIAS='...' KEY_PASSWORD='...' ./gradlew assembleRelease

License

MIT

About

An Android app which displays a WebView with assets bundled into the app

License:MIT License


Languages

Language:Java 100.0%