Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 255 Bytes

File metadata and controls

12 lines (12 loc) · 255 Bytes

Develop

Build

Retrieving the repo

git clone --depth=1 https://github.com/autodiag2/ELM327SimAndroid/ && \
 cd ELM327SimAndroid && \
 git submodule update --init --recursive --depth=1

Compile the app

./gradlew assembleDebug