Skip to content

Commit 233a6f0

Browse files
committed
优化
1 parent 23819c2 commit 233a6f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ node_modules/
1414
/app/gradle.properties
1515
package-lock.json
1616
.idea/
17-
17+
# Kotlin 2.0
18+
.kotlin/

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
165165
android-library = { id = "com.android.library", version.ref = "agp" }
166166
android-test = { id = "com.android.test", version.ref = "agp" }
167167

168-
androidx-benchmark = { id = "androidx.benchmark", version = "1.2.3" }
168+
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.0" }
169169

170170
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
171171
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 commit comments

Comments
 (0)