Skip to content

Commit

Permalink
Update Kotlin to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Mis <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jul 6, 2023
1 parent 5118182 commit 89dc8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Unreleased

* Update dependencies ([PR #371 @PatrykMis])
* Update dependencies ([PR #371 @PatrykMis], [PR #372 @PatrykMis])

### Version 1.47

Expand Down Expand Up @@ -643,3 +643,5 @@ Non-user-facing changes:
[PR #368 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/368
[PR #369 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/369
[PR #370 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/370
[PR #371 @PatrykMis]: https://github.com/chenxiaolong/BCR/pull/371
[PR #372 @PatrykMis]: https://github.com/chenxiaolong/BCR/pull/372
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.0.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}

task<Delete>("clean") {
Expand Down

0 comments on commit 89dc8e9

Please sign in to comment.