File tree 6 files changed +6
-6
lines changed
audioroom_tutorial/android
livestreaming_tutorial/android
video_calling_tutorial/android
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " io.getstream.audioroom_tutorial"
27
- compileSdk flutter . compileSdkVersion
27
+ compileSdk 34
28
28
ndkVersion flutter. ndkVersion
29
29
30
30
compileOptions {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pluginManagement {
20
20
plugins {
21
21
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22
22
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
24
24
}
25
25
26
26
include " :app"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " io.getstream.livestreaming_tutorial"
27
- compileSdk flutter . compileSdkVersion
27
+ compileSdk 34
28
28
ndkVersion flutter. ndkVersion
29
29
30
30
compileOptions {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pluginManagement {
20
20
plugins {
21
21
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22
22
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
24
24
}
25
25
26
26
include " :app"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (flutterVersionName == null) {
24
24
25
25
android {
26
26
namespace " io.getstream.video_calling_tutorial"
27
- compileSdk flutter . compileSdkVersion
27
+ compileSdk 34
28
28
ndkVersion flutter. ndkVersion
29
29
30
30
compileOptions {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pluginManagement {
20
20
plugins {
21
21
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22
22
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
24
24
}
25
25
26
26
include " :app"
You can’t perform that action at this time.
0 commit comments