Upstream changes (#23)

This commit is contained in:
2024-07-11 02:12:32 +03:00
committed by GitHub
parent 8a6378f509
commit 3503ecffab
906 changed files with 23577 additions and 24115 deletions
+7
View File
@@ -0,0 +1,7 @@
plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}
+1
View File
@@ -0,0 +1 @@
rootProject.name = "buildSrc"
+13
View File
@@ -0,0 +1,13 @@
import org.gradle.api.JavaVersion
object Configs {
const val appCode = 1
const val appName = "1.8.1"
const val compileSdk = 34
const val minSdk = 24
const val targetSdk = 34
val java = JavaVersion.VERSION_17
}