Skip to content

Commit

Permalink
Kotlin のバージョンを 1.9.25 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Aug 15, 2024
1 parent 6ba2a0e commit bc035bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
- [UPDATE] compileSdkVersion を 34 に上げる
- Android API レベル 34 以降でコンパイルする必要がある依存ライブラリがあるため
- @zztkm
- [UPDATE] Kotlin のバージョンを 1.9.25 に上げる
- @zztkm

## sora-andoroid-sdk-2024.2.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: "com.github.ben-manes.versions"

buildscript {
ext.kotlin_version = '1.8.10'
ext.kotlin_version = '1.9.25'
ext.sora_android_sdk_version = 'develop-SNAPSHOT'

repositories {
Expand Down

0 comments on commit bc035bd

Please sign in to comment.