projet final

This commit is contained in:
maissane
2025-05-04 10:20:13 +02:00
commit f1aa4e5c90
66 changed files with 2589 additions and 0 deletions

4
build.gradle.kts Normal file
View File

@@ -0,0 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
}