An android app that shows amount of points remaining on French driving license. Make use of tesseract (an OCR) to bypass captcha on government website.

8 lines
162 B

compile:
9 years ago
stage: build
script:
9 years ago
- echo -e $PROPERTIES > local.properties
- gradle clean compileReleaseJava compileReleaseNdk
only:
9 years ago
- master