Old version with non-working Camera photo download

This commit is contained in:
2025-10-06 18:33:41 +02:00
parent d46c1a3f0c
commit 7fa666bcd4
119 changed files with 9673 additions and 0 deletions

18
build.gradle Normal file
View File

@@ -0,0 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://jitpack.io'
}
}
dependencies {
classpath libs.google.services
}
}
plugins {
alias(libs.plugins.androidApplication) apply false
}