From 1075ef9a93f9d6b3a49062f9bffc533504a2b3b6 Mon Sep 17 00:00:00 2001 From: Brazol Date: Tue, 31 Dec 2024 12:03:49 +0100 Subject: [PATCH 1/3] AGP 8 support --- dogfooding/android/app/build.gradle | 2 +- dogfooding/android/app/src/debug/AndroidManifest.xml | 3 +-- dogfooding/android/app/src/main/AndroidManifest.xml | 3 +-- dogfooding/android/app/src/profile/AndroidManifest.xml | 3 +-- dogfooding/android/build.gradle | 2 +- dogfooding/android/gradle/wrapper/gradle-wrapper.properties | 2 +- dogfooding/pubspec.yaml | 2 +- .../lib/src/coordinator/open_api/open_api_extensions.dart | 4 +--- packages/stream_video/pubspec.yaml | 2 +- packages/stream_video_flutter/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/src/main/AndroidManifest.xml | 3 +-- .../service/notification/image/CircleTransform.kt | 2 +- .../stream_video_flutter/example/android/app/build.gradle | 5 ++++- .../example/android/app/src/debug/AndroidManifest.xml | 3 +-- .../example/android/app/src/main/AndroidManifest.xml | 3 +-- .../example/android/app/src/profile/AndroidManifest.xml | 3 +-- packages/stream_video_flutter/example/android/build.gradle | 2 +- .../example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../stream_video_flutter/lib/src/call_screen/lobby_view.dart | 2 +- packages/stream_video_push_notification/android/build.gradle | 2 +- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/src/main/AndroidManifest.xml | 3 +-- 23 files changed, 27 insertions(+), 34 deletions(-) diff --git a/dogfooding/android/app/build.gradle b/dogfooding/android/app/build.gradle index cd6da07a1..8e216bbee 100644 --- a/dogfooding/android/app/build.gradle +++ b/dogfooding/android/app/build.gradle @@ -39,7 +39,7 @@ android { namespace = "io.getstream.video.flutter.dogfooding" } - compileSdkVersion 34 + compileSdkVersion 35 ndkVersion flutter.ndkVersion compileOptions { diff --git a/dogfooding/android/app/src/debug/AndroidManifest.xml b/dogfooding/android/app/src/debug/AndroidManifest.xml index de181ed38..4d9591027 100644 --- a/dogfooding/android/app/src/debug/AndroidManifest.xml +++ b/dogfooding/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +