This commit is contained in:
Horis 2024-08-27 15:36:19 +08:00
parent 23819c201e
commit 233a6f01b2
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -14,4 +14,5 @@ node_modules/
/app/gradle.properties
package-lock.json
.idea/
# Kotlin 2.0
.kotlin/

View File

@ -165,7 +165,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-test = { id = "com.android.test", version.ref = "agp" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.2.3" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.0" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }