android aplication for jemuran pintar

This commit is contained in:
Lutfi
2025-07-10 16:51:57 +07:00
commit ff881dc2e6
54 changed files with 1849 additions and 0 deletions

10
build.gradle.kts Normal file
View File

@ -0,0 +1,10 @@
buildscript{
dependencies{
classpath("com.google.gms:google-services:4.4.2")
}
}
plugins {
alias(libs.plugins.android.application) apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}