Skip to content

Commit db639a0

Browse files
committed
Merge remote-tracking branch 'origin/fix/dev' into fix/dev
2 parents 7664b78 + d06e03a commit db639a0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

audioroom_tutorial/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "io.getstream.audioroom_tutorial"
27-
compileSdk flutter.compileSdkVersion
27+
compileSdk 34
2828
ndkVersion flutter.ndkVersion
2929

3030
compileOptions {

audioroom_tutorial/android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2222
id "com.android.application" version "7.3.0" apply false
23-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
23+
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2424
}
2525

2626
include ":app"

livestreaming_tutorial/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "io.getstream.livestreaming_tutorial"
27-
compileSdk flutter.compileSdkVersion
27+
compileSdk 34
2828
ndkVersion flutter.ndkVersion
2929

3030
compileOptions {

livestreaming_tutorial/android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2222
id "com.android.application" version "7.3.0" apply false
23-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
23+
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2424
}
2525

2626
include ":app"

video_calling_tutorial/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "io.getstream.video_calling_tutorial"
27-
compileSdk flutter.compileSdkVersion
27+
compileSdk 34
2828
ndkVersion flutter.ndkVersion
2929

3030
compileOptions {

video_calling_tutorial/android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2222
id "com.android.application" version "7.3.0" apply false
23-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
23+
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2424
}
2525

2626
include ":app"

0 commit comments

Comments
 (0)