No description
app | ||
gradle/wrapper | ||
SCRIPT | ||
.gitignore | ||
.woodpecker.yml | ||
build.gradle.kts | ||
Dockerfile | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle.kts |
Lebyre: Learn By Repeating
Description
Lebyre is a android application that will helps you to learn the subject of your choice. You can create a set of questions and answers, the app will remind you to train yourself.
Build, install and run
You can build the app using gradle or get the apk from the releases page.
Build
If you are working on a computer of the university Paris Cité, you need to run this command:
source SCRIPT/envsetup
- Clone the repository
git clone https://git.hocine.me/Hocine/Lebyre.git
cd Lebyre
- Build the app
./gradlew :app:assembleRelease
- Get the apk
ls app/build/outputs/apk/release/app-release.apk