From 7b35910a5e2e663c661e63ca57ad8c80956311bd Mon Sep 17 00:00:00 2001 From: Dmitrii Bychkov Date: Tue, 13 Dec 2022 11:54:49 +0300 Subject: [PATCH] chore(llc,core,ui,persistence): update android versions --- packages/stream_chat/example/android/app/build.gradle | 4 ++-- .../example/android/app/src/main/AndroidManifest.xml | 11 ++++++----- packages/stream_chat/example/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../example/android/app/build.gradle | 2 +- .../example/android/app/src/main/AndroidManifest.xml | 10 +++++----- .../stream_chat_flutter/example/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- packages/stream_chat_flutter/pubspec.yaml | 2 +- .../example/android/app/build.gradle | 4 ++-- .../example/android/app/src/main/AndroidManifest.xml | 9 +++++---- .../example/android/build.gradle | 4 +++- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../example/android/app/build.gradle | 4 ++-- .../example/android/app/src/main/AndroidManifest.xml | 9 +++++---- .../example/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- .../example/android/app/build.gradle | 4 ++-- .../example/android/app/src/main/AndroidManifest.xml | 11 ++++++----- .../example/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- 21 files changed, 53 insertions(+), 47 deletions(-) diff --git a/packages/stream_chat/example/android/app/build.gradle b/packages/stream_chat/example/android/app/build.gradle index 3932aa91..d42db7c5 100644 --- a/packages/stream_chat/example/android/app/build.gradle +++ b/packages/stream_chat/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 29 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -40,7 +40,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.example" minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/packages/stream_chat/example/android/app/src/main/AndroidManifest.xml b/packages/stream_chat/example/android/app/src/main/AndroidManifest.xml index 55ca830c..764fe004 100644 --- a/packages/stream_chat/example/android/app/src/main/AndroidManifest.xml +++ b/packages/stream_chat/example/android/app/src/main/AndroidManifest.xml @@ -6,15 +6,16 @@ additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> + android:name="${applicationName}" + android:icon="@mipmap/ic_launcher" + android:label="example"> + android:icon="@mipmap/ic_launcher" + android:label="example"> + android:icon="@mipmap/ic_launcher" + android:label="example">