Skip to content

Commit

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

## 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
2 changes: 1 addition & 1 deletion samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion '1.4.3'
kotlinCompilerExtensionVersion '1.5.15'
}

buildTypes {
Expand Down

0 comments on commit 905cb7f

Please sign in to comment.