Skip to content

Commit

Permalink
kotlin 升级至 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
b7woreo committed Dec 31, 2023
1 parent 5b27b4a commit 6e51288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
enabled = true

include(
"com.example.**"
"com.example.*"
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
android = '8.2.0'
kotlin = '1.9.20'
kotlin = '1.9.21'

[libraries]
android_gradle_api = { module = "com.android.tools.build:gradle-api", version.ref = 'android' }
Expand Down

0 comments on commit 6e51288

Please sign in to comment.