No description
Find a file
2024-01-06 23:03:15 +01:00
app Fix some issues 2024-01-06 23:01:05 +01:00
gradle/wrapper Initial commit 2023-11-15 18:33:50 +01:00
SCRIPT Update README.md 2024-01-05 19:50:45 +01:00
.gitignore Initial commit 2023-11-15 18:33:50 +01:00
.woodpecker.yml Add the .woodpecker.yml file 2023-12-25 19:32:35 +01:00
build.gradle.kts Implement the export and import screen 2023-12-18 16:52:51 +01:00
Dockerfile Add the .woodpecker.yml file 2023-12-25 19:32:35 +01:00
gradle.properties Initial commit 2023-11-15 18:33:50 +01:00
gradlew Initial commit 2023-11-15 18:33:50 +01:00
gradlew.bat Initial commit 2023-11-15 18:33:50 +01:00
README.md Update README.md 2024-01-05 19:50:45 +01:00
settings.gradle.kts Initial commit 2023-11-15 18:33:50 +01:00

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
  1. Clone the repository
git clone https://git.hocine.me/Hocine/Lebyre.git
cd Lebyre
  1. Build the app
./gradlew :app:assembleRelease
  1. Get the apk
ls app/build/outputs/apk/release/app-release.apk