Hello, in order to build the projet, you are saying in the readme :
Open the project in Android Studio and build the project:
./gradlew build
However, there is no gradlew file in the gradle folder

So I dug a bit deeper and I realized that you are gitignoring the files :

So we can't build this project at all by ourselves, can you maybe fix this by adding those files back or giving us a .apk for the non-computer people ?
Thanks in advance
Hello, in order to build the projet, you are saying in the readme :
However, there is no gradlew file in the gradle folder
So I dug a bit deeper and I realized that you are gitignoring the files :
So we can't build this project at all by ourselves, can you maybe fix this by adding those files back or giving us a .apk for the non-computer people ?
Thanks in advance