Initial commit

This commit is contained in:
Will Bradley
2025-02-18 23:52:32 -08:00
commit 2860830bcc
34 changed files with 1266 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[versions]
androidGradlePlugin = "8.8.0"
kotlin = "1.9.25"
[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists