flutter_background_geolocation
flutter_background_geolocation copied to clipboard
java.lang.ClassCastException: org.slf4j.helpers.NOPLogger cannot be cast to ch.qos.logback.classic.Logger
Your Environment
-
Plugin version: ^4.10.2
-
Platform: Android:
-
OS version: 13
-
Device manufacturer / model: Samsung Galaxy A51
-
Flutter info (
flutter doctor
): Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.11, on macOS 12.6.3 21G419 darwin-x64, locale en-AR) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] VS Code (version 1.77.3) [✓] Connected device (3 available) [✓] HTTP Host Availability• No issues found!
-
Plugin config:
PASTE_YOUR_CODE_HERE
Expected Behavior
Application should run on the device
Actual Behavior
Application crashes giving the following error:
Launching lib/main.dart on SM A515F in debug mode... [flutter_background_geolocation] Purging debug resources in release build Running Gradle task 'assembleDebug'... 48.3s ✓ Built build/app/outputs/flutter-apk/app-debug.apk. D/FlutterGeolocator(27873): Attaching Geolocator to activity E/AndroidRuntime(27873): FATAL EXCEPTION: pool-17-thread-2 E/AndroidRuntime(27873): Process: io.siteplan.sytex, PID: 27873 E/AndroidRuntime(27873): java.lang.ClassCastException: org.slf4j.helpers.NOPLogger cannot be cast to ch.qos.logback.classic.Logger E/AndroidRuntime(27873): at com.transistorsoft.locationmanager.logger.TSLog.getRootLogger(Unknown Source:11) E/AndroidRuntime(27873): at com.transistorsoft.locationmanager.logger.TSLog.access$000(Unknown Source:0) E/AndroidRuntime(27873): at com.transistorsoft.locationmanager.logger.TSLog$a.run(Unknown Source:0) E/AndroidRuntime(27873): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) E/AndroidRuntime(27873): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) E/AndroidRuntime(27873): at java.lang.Thread.run(Thread.java:1012)
Post the following files:
- pubspec.yaml
- android/build.gradle
- android/app/build.gradle
- pubspec.yaml:
name: sytex
description: Sytex mobile app.
publish_to: none
version: 2.4.7+432
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
amplify_auth_cognito: ^1.0.0-next.7
amplify_flutter: ^1.0.0-next.7
app_settings: ^4.1.6
assorted_layout_widgets: ^7.0.0
built_collection: ^5.0.0
cached_network_image:
git:
url: https://github.com/davidmartos96/flutter_cached_network_image
path: cached_network_image/
ref: closeChunksStream
clickup_fading_scroll:
git:
url: https://github.com/clickup/clickup_fading_scroll
cloud_firestore: ^4.3.1
coast:
git:
url: https://github.com/franpitri/flutter_coast
collection: ^1.15.0
confetti: ^0.7.0
connectivity_plus: ^2.2.1
device_info: ^2.0.0
dio: ^4.0.6
dotted_border: ^2.0.0
easy_image_viewer: ^1.2.0
emoji_picker_flutter: ^1.3.0
equatable: ^2.0.0
file_picker: ^5.2.0
filesize: ^2.0.0
firebase_analytics: ^10.1.0
firebase_auth: ^4.2.5
firebase_core: ^2.4.1
firebase_messaging: ^14.2.1
firebase_remote_config: ^3.0.9
firebase_storage: ^11.0.10
fl_chart: ^0.55.0
flare_flutter:
git:
url: https://github.com/tsinis/Flare-Flutter
path: flare_flutter/
flutter:
sdk: flutter
flutter_android_volume_keydown: ^1.0.0
flutter_background_geolocation: ^4.10.2
flutter_barcode_scanner: ^2.0.0
flutter_bloc: ^8.0.1
flutter_cache_manager: ^3.0.1
flutter_colorpicker: ^0.5.0
flutter_downloader: ^1.7.1
flutter_expanded_tile: ^0.2.1
flutter_keyboard_visibility: ^5.1.1
flutter_linkify: ^5.0.2
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.1
flutter_nfc_kit: ^3.3.1
flutter_rating_bar: ^4.0.0
flutter_slidable: ^0.6.0
flutter_sound_lite: ^8.4.2
flutter_statusbarcolor_ns: ^0.4.0
flutter_svg: ^1.1.0
flutter_uploader:
git:
url: https://github.com/FranPitri/flutter_uploader
ref: get_status
flutter_web_browser: ^0.17.1
fluttertoast: ^8.0.8
font_awesome_flutter: any
geolocator: ^9.0.2
get_it: ^7.2.0
google_maps_flutter: ^2.2.5
google_maps_flutter_android: ^2.4.10
google_maps_flutter_platform_interface: ^2.2.6
hydrated_bloc: ^8.0.0
image_crop: ^0.4.1
image_picker: ^0.8.4+4
image_size_getter: ^2.1.2
image_utilities:
git:
url: https://github.com/Sytex/image_utilities
in_app_update: ^3.0.0
injectable: ^2.1.0
intercom_flutter: 7.3.0
intl: ^0.17.0
just_debounce_it: ^4.0.0+2
math_expressions: ^2.3.1
md2_tab_indicator:
git:
url: https://github.com/westdabestdb/md2_tab_indicator
mime: ^1.0.0
modal_bottom_sheet: ^3.0.0-pre
open_filex: ^4.1.1
orientation: ^1.3.0
package_info: ^2.0.2
path_provider: ^2.0.8
permission_handler: ^10.0.0
pinput: ^2.2.23
platform_device_id: ^1.0.1
posthog_flutter: ^2.0.3
provider: ^6.0.0
rainbow_color: ^2.0.1
readmore: ^2.0.0
rxdart: ^0.27.1
scrollable_positioned_list: ^0.1.10
sembast: ^3.1.2
sentry: ^6.3.0
share_extend: ^2.0.0
shared_preferences: ^2.0.12
sliding_up_panel: ^2.0.0+1
sqflite: ^2.0.2
sytex_camera:
path: ../sytex_camera/
sytex_client_core:
path: ../sytex_client_core/
sytex_ui:
path: ../sytex_ui/
tasty_toast: ^0.1.2
timeago: ^3.0.2
uni_links: ^0.5.1
url_launcher: ^6.0.18
uuid: ^3.0.4
vibration: ^1.7.3
video_compress: ^3.1.0
video_player: ^2.2.11
video_thumbnail: ^0.5.3
wakelock: ^0.6.0+1
wave:
git:
url: https://github.com/searchy2/wave
dev_dependencies:
bloc_test: ^9.0.2
build_runner: ^2.1.7
effective_dart: ^1.2.1
expect_emits_nothing:
git:
url: https://github.com/pitriq/expect_emits_nothing
fake_cloud_firestore: ^2.3.0+3
injectable_generator:
git:
url: https://github.com/pitriq/injectable
path: injectable_generator
mockito: ^5.3.2
pedantic: ^1.11.0
test: ^1.20.2
dependency_overrides:
font_awesome_flutter:
path: ../font_awesome_flutter/
sqflite_common: 2.3.0
flutter:
uses-material-design: true
fonts:
- family: SytexIcons
fonts:
- asset: packages/sytex_ui/icons/fonts/SytexIcons.ttf
assets:
- assets/flare/
- assets/images/
- assets/images/icons/
- assets/images/errors/
- assets/images/forms/
- assets/images/materials/
- assets/images/notifications/
- assets/images/onboarding/
- assets/images/tasks/
- assets/images/expenses/
- assets/images/shapes/
- assets/images/logos/
- assets/nfc/
- assets/sorteo/
- assets/illustrations/
- assets/illustrations/3d/
- .env
- android/build.gradle
buildscript {
ext.kotlin_version = '1.7.10'
ext {
compileSdkVersion = 33
targetSdkVersion = 33
appCompatVersion = "1.4.2"
playServicesLocationVersion = "21.0.0"
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath 'com.android.support:support-v4:28.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()
maven { url "https://maven.google.com" }
jcenter()
maven {
url "${project(':flutter_background_geolocation').projectDir}/libs"
}
maven {
url "${project(':background_fetch').projectDir}/libs"
}
mavenCentral()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
delete rootProject.buildDir
}
- android/app/build.gradle
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
Project background_geolocation = project(':flutter_background_geolocation')
apply from: "${background_geolocation.projectDir}/background_geolocation.gradle"
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
throw new GradleException("versionCode not found. Define flutter.versionCode in the local.properties file.")
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
throw new GradleException("versionName not found. Define flutter.versionName in the local.properties file.")
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
}
defaultConfig {
applicationId "io.siteplan.sytex"
minSdkVersion 24
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storePassword keystoreProperties['storePassword']
storeFile file(keystoreProperties['storeFile'])
}
}
aaptOptions {
ignoreAssetsPattern "!x86:!*ffprobe"
}
buildTypes {
release {
signingConfig signingConfigs.release
shrinkResources false
proguardFiles "${background_geolocation.projectDir}/proguard-rules.pro"
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
configurations {
implementation.exclude module:'protobuf-lite'
}
}
flutter {
source '../..'
}
dependencies {
implementation 'com.google.android.gms:play-services-base:18.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.1.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.71"
debugImplementation 'com.amitshekhar.android:debug-db-encrypt:1.0.6'
implementation 'com.android.support:multidex:1.0.3'
configurations.all {
resolutionStrategy.force 'com.google.android.gms:play-services-base:18.0.1'
}
implementation 'com.google.android.gms:play-services-maps:18.0.2'
}
apply plugin: 'kotlin-android'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
Also post the results of
$ cd android
$ ./gradlew app:dependencies
https://drive.google.com/file/d/1BmUyATBgchePDpTMxFAn2P3MFnSUTH8j/view?usp=sharing
app:dependencies
debugApi - API dependencies for compilation 'debug' (target (androidJvm)). (n)
+--- io.flutter:armeabi_v7a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (n)
+--- io.flutter:arm64_v8a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (n)
+--- io.flutter:x86_64_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (n)
+--- io.flutter:x86_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (n)
\--- unspecified (n)
debugApiDependenciesMetadata
+--- project :flutter_nfc_kit FAILED
+--- project :geolocator_android FAILED
+--- project :smart_auth FAILED
+--- project :vibration FAILED
+--- project :image_crop FAILED
+--- project :share_extend FAILED
+--- project :wakelock FAILED
+--- project :intercom_flutter FAILED
+--- project :shared_preferences_android FAILED
+--- project :amplify_auth_cognito_android FAILED
+--- project :uni_links FAILED
+--- project :image_picker_android FAILED
+--- project :package_info FAILED
+--- project :firebase_messaging FAILED
+--- project :amplify_secure_storage FAILED
+--- project :image_utilities FAILED
+--- project :in_app_update FAILED
+--- project :url_launcher_android FAILED
+--- project :google_maps_flutter_android FAILED
+--- project :flutter_downloader FAILED
+--- project :open_filex FAILED
+--- project :video_thumbnail FAILED
+--- project :firebase_remote_config FAILED
+--- project :video_compress FAILED
+--- project :firebase_storage FAILED
+--- project :firebase_core FAILED
+--- project :platform_device_id FAILED
+--- project :flutter_uploader FAILED
+--- project :file_picker FAILED
+--- project :path_provider_android FAILED
+--- project :flutter_barcode_scanner FAILED
+--- project :flutter_android_volume_keydown FAILED
+--- project :flutter_keyboard_visibility FAILED
+--- project :fluttertoast FAILED
+--- project :video_player_android FAILED
+--- project :camerawesome FAILED
+--- project :orientation FAILED
+--- project :flutter_plugin_android_lifecycle FAILED
+--- project :amplify_flutter_android FAILED
+--- project :background_fetch FAILED
+--- project :sqflite FAILED
+--- project :app_settings FAILED
+--- project :cloud_firestore FAILED
+--- project :connectivity_plus FAILED
+--- project :flutter_background_geolocation FAILED
+--- project :permission_handler_android FAILED
+--- project :flutter_statusbarcolor_ns FAILED
+--- project :firebase_analytics FAILED
+--- project :device_info FAILED
+--- project :firebase_auth FAILED
+--- project :posthog_flutter FAILED
+--- project :package_info_plus FAILED
+--- project :device_info_plus FAILED
+--- project :emoji_picker_flutter FAILED
+--- project :flutter_image_compress FAILED
+--- project :flutter_sound_lite FAILED
+--- project :flutter_web_browser FAILED
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10
| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10
| | \--- org.jetbrains:annotations:13.0
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*)
+--- io.flutter:armeabi_v7a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:arm64_v8a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_64_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
\--- io.flutter:x86_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
debugApiElements - API elements for debug (n)
No dependencies
debugApk - Apk dependencies for 'debug' sources (deprecated: use 'debugRuntimeOnly' instead). (n)
No dependencies
debugApkPublication - APK publication for debug (n)
No dependencies
debugCompile - Dependencies for compilation 'debug' (target (androidJvm)) (deprecated, use 'debugImplementation ' instead). (n)
No dependencies
debugCompileClasspath - Compile classpath for compilation 'debug' (target (androidJvm)).
+--- project :flutter_nfc_kit
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
| +--- androidx.lifecycle:lifecycle-common:2.2.0 -> 2.5.1
| | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10
| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | \--- org.jetbrains:annotations:13.0
| +--- androidx.lifecycle:lifecycle-common-java8:2.2.0 -> 2.5.1
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| +--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.1
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- androidx.arch.core:core-common:2.1.0
| | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| +--- androidx.fragment:fragment:1.1.0 -> 1.3.6
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- androidx.core:core:1.2.0 -> 1.9.0
| | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | +--- androidx.annotation:annotation-experimental:1.3.0
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1 (*)
| | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- androidx.collection:collection:1.0.0 -> 1.2.0
| | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | +--- androidx.viewpager:viewpager:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | \--- androidx.customview:customview:1.0.0 -> 1.1.0
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- androidx.core:core:1.3.0 -> 1.9.0 (*)
| | +--- androidx.loader:loader:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.2.0
| | | | +--- androidx.arch.core:core-runtime:2.1.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- androidx.arch.core:core-common:2.1.0 (*)
| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.2.0 -> 2.5.1
| | | | | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| | | | \--- androidx.arch.core:core-common:2.1.0 (*)
| | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.5.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | +--- androidx.activity:activity:1.2.4 -> 1.6.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.core:core:1.8.0 -> 1.9.0 (*)
| | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.9.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.9.0 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
| | | | +--- androidx.savedstate:savedstate:1.2.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.8.10 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (c)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (c)
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (c)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.8.10 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.8.10 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.8.10
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 (*)
| | | +--- androidx.savedstate:savedstate:1.2.0 (*)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.1 (*)
| | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*)
| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.1 (*)
| | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
| | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
| +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| +--- androidx.tracing:tracing:1.0.0
| +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
| \--- androidx.window:window-java:1.0.0-beta04
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.8.10 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.4 (*)
| \--- androidx.window:window:1.0.0-beta04
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.8.10 (*)
| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.4 (*)
+--- project :geolocator_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :smart_auth
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :vibration
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :image_crop
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :share_extend
| +--- androidx.legacy:legacy-support-core-utils:1.0.0
| | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | +--- androidx.documentfile:documentfile:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | +--- androidx.loader:loader:1.0.0 (*)
| | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -> 1.1.0
| | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | \--- androidx.print:print:1.0.0
| | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :wakelock
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :intercom_flutter
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :shared_preferences_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :amplify_auth_cognito_android
| +--- project :amplify_flutter_android
| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| | \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :uni_links
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :image_picker_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :package_info
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_messaging
| +--- project :firebase_core
| | \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :amplify_secure_storage
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :image_utilities
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :in_app_update
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :url_launcher_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :google_maps_flutter_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_downloader
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :open_filex
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :video_thumbnail
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_remote_config
| +--- project :firebase_core (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :video_compress
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_storage
| +--- project :firebase_core (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_core (*)
+--- project :platform_device_id
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_uploader
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :file_picker
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :path_provider_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_barcode_scanner
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_android_volume_keydown
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_keyboard_visibility
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :fluttertoast
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :video_player_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :camerawesome
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :orientation
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_plugin_android_lifecycle
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :amplify_flutter_android (*)
+--- project :background_fetch
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :sqflite
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :app_settings
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :cloud_firestore
| +--- project :firebase_core (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :connectivity_plus
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_background_geolocation
| +--- com.transistorsoft:tslocationmanager-v21:+ -> 3.4.0
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :permission_handler_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_statusbarcolor_ns
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_analytics
| +--- project :firebase_core (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :device_info
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_auth
| +--- project :firebase_core (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :posthog_flutter
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :package_info_plus
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :device_info_plus
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :emoji_picker_flutter
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_image_compress
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_sound_lite
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_web_browser
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
+--- io.flutter:armeabi_v7a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:arm64_v8a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_64_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.0} -> 1.8.0 (c)
+--- io.flutter:armeabi_v7a_debug:{strictly 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314} -> 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (c)
+--- io.flutter:arm64_v8a_debug:{strictly 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314} -> 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (c)
+--- io.flutter:x86_64_debug:{strictly 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314} -> 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (c)
+--- io.flutter:x86_debug:{strictly 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314} -> 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (c)
+--- com.amitshekhar.android:debug-db-encrypt:1.0.6
| \--- com.amitshekhar.android:debug-db-base:1.0.6
+--- com.google.android.gms:play-services-base:18.0.1
| +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
| +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0
| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
| | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2
| \--- com.google.android.gms:play-services-basement:18.1.0 (*)
+--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.71
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.71 -> 1.8.10 (*)
+--- com.android.support:multidex:1.0.3 -> androidx.multidex:multidex:2.0.0
+--- com.google.android.gms:play-services-maps:18.0.2 -> 18.1.0
| +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| +--- com.google.android.gms:play-services-base:18.0.1 (*)
| \--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
+--- com.amitshekhar.android:debug-db-encrypt:{strictly 1.0.6} -> 1.0.6 (c)
+--- com.google.android.gms:play-services-base:{strictly 18.0.1} -> 18.0.1 (c)
+--- org.jetbrains.kotlin:kotlin-stdlib-jre7:{strictly 1.2.71} -> 1.2.71 (c)
+--- androidx.multidex:multidex:{strictly 2.0.0} -> 2.0.0 (c)
+--- com.google.android.gms:play-services-maps:{strictly 18.1.0} -> 18.1.0 (c)
+--- io.flutter:flutter_embedding_debug:{strictly 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314} -> 1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (c)
+--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c)
+--- com.transistorsoft:tslocationmanager-v21:{strictly 3.4.0} -> 3.4.0 (c)
+--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 1.8.10} -> 1.8.10 (c)
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.8.0} -> 1.8.0 (c)
+--- com.amitshekhar.android:debug-db-base:{strictly 1.0.6} -> 1.0.6 (c)
+--- androidx.collection:collection:{strictly 1.2.0} -> 1.2.0 (c)
+--- androidx.core:core:{strictly 1.9.0} -> 1.9.0 (c)
+--- androidx.fragment:fragment:{strictly 1.3.6} -> 1.3.6 (c)
+--- com.google.android.gms:play-services-basement:{strictly 18.1.0} -> 18.1.0 (c)
+--- com.google.android.gms:play-services-tasks:{strictly 18.0.2} -> 18.0.2 (c)
+--- androidx.lifecycle:lifecycle-common:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.lifecycle:lifecycle-common-java8:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.lifecycle:lifecycle-runtime:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.annotation:annotation:{strictly 1.5.0} -> 1.5.0 (c)
+--- androidx.tracing:tracing:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.window:window-java:{strictly 1.0.0-beta04} -> 1.0.0-beta04 (c)
+--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.1.0} -> 1.1.0 (c)
+--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c)
+--- org.jetbrains.kotlin:kotlin-stdlib-common:{strictly 1.8.10} -> 1.8.10 (c)
+--- org.jetbrains:annotations:{strictly 13.0} -> 13.0 (c)
+--- androidx.annotation:annotation-experimental:{strictly 1.3.0} -> 1.3.0 (c)
+--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c)
+--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.activity:activity:{strictly 1.6.1} -> 1.6.1 (c)
+--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.5.1} -> 2.5.1 (c)
+--- androidx.savedstate:savedstate:{strictly 1.2.0} -> 1.2.0 (c)
+--- androidx.arch.core:core-common:{strictly 2.1.0} -> 2.1.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.6.4} -> 1.6.4 (c)
+--- androidx.window:window:{strictly 1.0.0-beta04} -> 1.0.0-beta04 (c)
+--- androidx.lifecycle:lifecycle-livedata:{strictly 2.2.0} -> 2.2.0 (c)
+--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c)
+--- androidx.core:core-ktx:{strictly 1.9.0} -> 1.9.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.6.4} -> 1.6.4 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.6.4} -> 1.6.4 (c)
+--- androidx.arch.core:core-runtime:{strictly 2.1.0} -> 2.1.0 (c)
\--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.6.4} -> 1.6.4 (c)
debugCompileOnly - Compile only dependencies for compilation 'debug' (target (androidJvm)). (n)
No dependencies
debugCompileOnlyDependenciesMetadata
No dependencies
debugImplementation - Implementation only dependencies for compilation 'debug' (target (androidJvm)). (n)
\--- com.amitshekhar.android:debug-db-encrypt:1.0.6 (n)
debugImplementationDependenciesMetadata
+--- project :flutter_nfc_kit FAILED
+--- project :geolocator_android FAILED
+--- project :smart_auth FAILED
+--- project :vibration FAILED
+--- project :image_crop FAILED
+--- project :share_extend FAILED
+--- project :wakelock FAILED
+--- project :intercom_flutter FAILED
+--- project :shared_preferences_android FAILED
+--- project :amplify_auth_cognito_android FAILED
+--- project :uni_links FAILED
+--- project :image_picker_android FAILED
+--- project :package_info FAILED
+--- project :firebase_messaging FAILED
+--- project :amplify_secure_storage FAILED
+--- project :image_utilities FAILED
+--- project :in_app_update FAILED
+--- project :url_launcher_android FAILED
+--- project :google_maps_flutter_android FAILED
+--- project :flutter_downloader FAILED
+--- project :open_filex FAILED
+--- project :video_thumbnail FAILED
+--- project :firebase_remote_config FAILED
+--- project :video_compress FAILED
+--- project :firebase_storage FAILED
+--- project :firebase_core FAILED
+--- project :platform_device_id FAILED
+--- project :flutter_uploader FAILED
+--- project :file_picker FAILED
+--- project :path_provider_android FAILED
+--- project :flutter_barcode_scanner FAILED
+--- project :flutter_android_volume_keydown FAILED
+--- project :flutter_keyboard_visibility FAILED
+--- project :fluttertoast FAILED
+--- project :video_player_android FAILED
+--- project :camerawesome FAILED
+--- project :orientation FAILED
+--- project :flutter_plugin_android_lifecycle FAILED
+--- project :amplify_flutter_android FAILED
+--- project :background_fetch FAILED
+--- project :sqflite FAILED
+--- project :app_settings FAILED
+--- project :cloud_firestore FAILED
+--- project :connectivity_plus FAILED
+--- project :flutter_background_geolocation FAILED
+--- project :permission_handler_android FAILED
+--- project :flutter_statusbarcolor_ns FAILED
+--- project :firebase_analytics FAILED
+--- project :device_info FAILED
+--- project :firebase_auth FAILED
+--- project :posthog_flutter FAILED
+--- project :package_info_plus FAILED
+--- project :device_info_plus FAILED
+--- project :emoji_picker_flutter FAILED
+--- project :flutter_image_compress FAILED
+--- project :flutter_sound_lite FAILED
+--- project :flutter_web_browser FAILED
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10
| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10
| | \--- org.jetbrains:annotations:13.0
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*)
+--- io.flutter:armeabi_v7a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:arm64_v8a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_64_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- com.amitshekhar.android:debug-db-encrypt:1.0.6
| \--- com.amitshekhar.android:debug-db-base:1.0.6
+--- com.google.android.gms:play-services-base:18.0.1
| +--- androidx.collection:collection:1.0.0
| | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| +--- androidx.core:core:1.2.0
| | +--- androidx.annotation:annotation:1.1.0
| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0
| | | +--- androidx.lifecycle:lifecycle-common:2.0.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.arch.core:core-common:2.0.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | \--- androidx.versionedparcelable:versionedparcelable:1.1.0
| | +--- androidx.annotation:annotation:1.1.0
| | \--- androidx.collection:collection:1.0.0 (*)
| +--- androidx.fragment:fragment:1.0.0
| | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | +--- androidx.legacy:legacy-support-core-ui:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.documentfile:documentfile:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.loader:loader:1.0.0
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0
| | | | | | +--- androidx.arch.core:core-runtime:2.0.0
| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | | | \--- androidx.arch.core:core-common:2.0.0 (*)
| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0
| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.0.0 (*)
| | | | | | | +--- androidx.arch.core:core-common:2.0.0 (*)
| | | | | | | \--- androidx.arch.core:core-runtime:2.0.0 (*)
| | | | | | \--- androidx.arch.core:core-common:2.0.0 (*)
| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | \--- androidx.print:print:1.0.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.customview:customview:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | \--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | +--- androidx.viewpager:viewpager:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.customview:customview:1.0.0 (*)
| | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.customview:customview:1.0.0 (*)
| | | +--- androidx.drawerlayout:drawerlayout:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.customview:customview:1.0.0 (*)
| | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.customview:customview:1.0.0 (*)
| | | +--- androidx.interpolator:interpolator:1.0.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.interpolator:interpolator:1.0.0 (*)
| | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | \--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | \--- androidx.cursoradapter:cursoradapter:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- androidx.loader:loader:1.0.0 (*)
| | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 (*)
| +--- com.google.android.gms:play-services-basement:18.0.0
| | +--- androidx.collection:collection:1.0.0 (*)
| | +--- androidx.core:core:1.2.0 (*)
| | \--- androidx.fragment:fragment:1.0.0 (*)
| \--- com.google.android.gms:play-services-tasks:18.0.1
| \--- com.google.android.gms:play-services-basement:18.0.0 (*)
+--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.71
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.71 -> 1.7.10 (*)
+--- com.android.support:multidex:1.0.3 -> androidx.multidex:multidex:2.0.0
\--- com.google.android.gms:play-services-maps:18.0.2
+--- androidx.fragment:fragment:1.0.0 (*)
+--- com.google.android.gms:play-services-base:18.0.1 (*)
\--- com.google.android.gms:play-services-basement:18.0.0 (*)
debugIntransitiveDependenciesMetadata
No dependencies
debugProvided - Provided dependencies for 'debug' sources (deprecated: use 'debugCompileOnly' instead). (n)
No dependencies
debugReverseMetadataValues - Metadata Values dependencies for the base Split
No dependencies
debugRuntimeClasspath - Runtime classpath of compilation 'debug' (target (androidJvm)).
+--- project :flutter_nfc_kit
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
| | +--- androidx.lifecycle:lifecycle-common:2.2.0 -> 2.5.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | \--- org.jetbrains:annotations:13.0
| | | \--- androidx.lifecycle:lifecycle-common-java8:2.5.1 (c)
| | +--- androidx.lifecycle:lifecycle-common-java8:2.2.0 -> 2.5.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| | +--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.arch.core:core-common:2.1.0
| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.arch.core:core-runtime:2.1.0
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | \--- androidx.arch.core:core-common:2.1.0 (*)
| | | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| | +--- androidx.fragment:fragment:1.1.0 -> 1.3.6
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.core:core:1.2.0 -> 1.9.0
| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.3.0
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0
| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1 (*)
| | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.core:core-ktx:1.9.0 (c)
| | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | +--- androidx.viewpager:viewpager:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
| | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | +--- androidx.loader:loader:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.2.0
| | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*)
| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.2.0 -> 2.5.1
| | | | | | +--- androidx.arch.core:core-common:2.1.0 (*)
| | | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*)
| | | | | | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
| | | | | \--- androidx.arch.core:core-common:2.1.0 (*)
| | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.5.1
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 (c)
| | | +--- androidx.activity:activity:1.2.4 -> 1.6.1
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.core:core:1.8.0 -> 1.9.0 (*)
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.9.0
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- androidx.core:core:1.9.0 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | | | \--- androidx.core:core:1.9.0 (c)
| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1 (*)
| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
| | | | | +--- androidx.savedstate:savedstate:1.2.0
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- androidx.arch.core:core-common:2.1.0 (*)
| | | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.1 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.8.10 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (c)
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 (c)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0
| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.8.10 (*)
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.8.10 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 (*)
| | | | +--- androidx.savedstate:savedstate:1.2.0 (*)
| | | | +--- androidx.tracing:tracing:1.0.0
| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | \--- androidx.activity:activity-ktx:1.6.1 (c)
| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.1 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.1 (*)
| | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
| | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- androidx.tracing:tracing:1.0.0 (*)
| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
| | \--- androidx.window:window-java:1.0.0-beta04
| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.8.10 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.4 (*)
| | +--- androidx.window:window:1.0.0-beta04
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.8.10 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.4 (*)
| | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | \--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| | \--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 (*)
| +--- org.jetbrains.kotlin:kotlin-reflect:1.6.21
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| \--- androidx.core:core-ktx:1.7.0 -> 1.9.0 (*)
+--- project :geolocator_android
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.android.gms:play-services-location:21.0.1
| | +--- com.google.android.gms:play-services-base:18.1.0 -> 18.0.1
| | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
| | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0
| | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
| | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2
| | | \--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | \--- com.google.android.gms:play-services-tasks:18.0.2 (*)
| \--- androidx.core:core:1.9.0 (*)
+--- project :smart_auth
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.android.gms:play-services-auth:20.4.0
| | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | +--- androidx.loader:loader:1.0.0 (*)
| | +--- com.google.android.gms:play-services-auth-api-phone:18.0.1
| | | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | +--- com.google.android.gms:play-services-auth-base:18.0.4
| | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.android.gms:play-services-fido:19.0.0
| | | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| \--- com.google.android.gms:play-services-auth-api-phone:18.0.1 (*)
+--- project :vibration
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :image_crop
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- androidx.exifinterface:exifinterface:1.0.0 -> 1.3.6
| \--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
+--- project :share_extend
| +--- androidx.legacy:legacy-support-core-utils:1.0.0
| | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | +--- androidx.documentfile:documentfile:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | +--- androidx.loader:loader:1.0.0 (*)
| | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -> 1.1.0
| | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | \--- androidx.print:print:1.0.0
| | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :wakelock
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 -> 1.8.0 (*)
+--- project :intercom_flutter
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30 -> 1.8.0 (*)
| +--- io.intercom.android:intercom-sdk:12.4.2
| | +--- io.intercom.android:intercom-sdk-base:12.4.2
| | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.6.10
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | +--- androidx.databinding:viewbinding:7.1.1
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | +--- com.google.android.material:material:1.4.0
| | | | +--- androidx.annotation:annotation:1.0.1 -> 1.5.0 (*)
| | | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.4.1
| | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.7.0 -> 1.9.0 (*)
| | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | +--- androidx.activity:activity:1.2.4 -> 1.6.1 (*)
| | | | | +--- androidx.fragment:fragment:1.3.6 (*)
| | | | | +--- androidx.appcompat:appcompat-resources:1.4.1
| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | | | +--- androidx.core:core:1.0.1 -> 1.9.0 (*)
| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | | \--- androidx.vectordrawable:vectordrawable-animated:1.1.0
| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
| | | | | | +--- androidx.interpolator:interpolator:1.0.0
| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
| | | | | | \--- androidx.customview:customview:1.1.0 (*)
| | | | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
| | | | | +--- androidx.emoji2:emoji2:1.0.0
| | | | | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.0
| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.0 -> 2.5.1 (*)
| | | | | | | \--- androidx.startup:startup-runtime:1.0.0
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | | \--- androidx.tracing:tracing:1.0.0 (*)
| | | | | | +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
| | | | | | \--- androidx.startup:startup-runtime:1.0.0 (*)
| | | | | +--- androidx.emoji2:emoji2-views-helper:1.0.0
| | | | | | +--- androidx.emoji2:emoji2:1.0.0 (*)
| | | | | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | | \--- androidx.core:core:1.3.0 -> 1.9.0 (*)
| | | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1 (*)
| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*)
| | | | | \--- androidx.resourceinspection:resourceinspection-annotation:1.0.0
| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.cardview:cardview:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
| | | | | \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.1
| | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.1 (*)
| | | | | +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.1
| | | | +--- androidx.core:core:1.5.0 -> 1.9.0 (*)
| | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
| | | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
| | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.5.1 (*)
| | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.2.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
| | | | | \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.transition:transition:1.2.0 -> 1.3.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | \--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.1 (*)
| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
| | | | \--- androidx.viewpager2:viewpager2:1.0.0
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.fragment:fragment:1.1.0 -> 1.3.6 (*)
| | | | +--- androidx.recyclerview:recyclerview:1.1.0 -> 1.2.1 (*)
| | | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | +--- androidx.appcompat:appcompat:1.3.1 -> 1.4.1 (*)
| | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*)
| | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
| | | +--- androidx.core:core-ktx:1.6.0 -> 1.9.0 (*)
| | | +--- androidx.fragment:fragment-ktx:1.3.6
| | | | +--- androidx.fragment:fragment:1.3.6 (*)
| | | | +--- androidx.activity:activity-ktx:1.2.2 -> 1.6.1
| | | | | +--- androidx.activity:activity:1.6.1 (*)
| | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.9.0 (*)
| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1
| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
| | | | | +--- androidx.savedstate:savedstate-ktx:1.2.0
| | | | | | +--- androidx.savedstate:savedstate:1.2.0 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.8.10 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | | \--- androidx.activity:activity:1.6.1 (c)
| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.9.0 (*)
| | | | +--- androidx.collection:collection-ktx:1.1.0
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.8.10 (*)
| | | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1
| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.1 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.8.10 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.5.1 (*)
| | | | +--- androidx.savedstate:savedstate-ktx:1.1.0 -> 1.2.0 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.8.10 (*)
| | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | +--- androidx.recyclerview:recyclerview:1.2.1 (*)
| | | +--- androidx.constraintlayout:constraintlayout:2.1.1 (*)
| | | +--- com.google.android.flexbox:flexbox:3.0.0
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.8.10 (*)
| | | +--- com.facebook.shimmer:shimmer:0.5.0
| | | +--- com.squareup:otto:1.3.8
| | | +--- com.squareup.okhttp3:okhttp:4.9.0 -> 5.0.0-alpha.11
| | | | \--- com.squareup.okhttp3:okhttp-jvm:5.0.0-alpha.11
| | | | +--- com.squareup.okio:okio:3.2.0 -> 3.3.0
| | | | | \--- com.squareup.okio:okio-jvm:3.3.0
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.0 -> 1.8.10
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10 -> 1.8.10
| | | +--- com.squareup.retrofit2:retrofit:2.9.0
| | | | \--- com.squareup.okhttp3:okhttp:3.14.9 -> 5.0.0-alpha.11 (*)
| | | +--- com.squareup.retrofit2:converter-gson:2.9.0
| | | | +--- com.squareup.retrofit2:retrofit:2.9.0 (*)
| | | | \--- com.google.code.gson:gson:2.8.5 -> 2.9.0
| | | +--- com.google.code.gson:gson:2.8.6 -> 2.9.0
| | | +--- io.intercom.android:nexus-client-android:6.3.1
| | | | +--- com.squareup.okhttp3:okhttp:4.9.0 -> 5.0.0-alpha.11 (*)
| | | | \--- com.intercom:twig:1.3.0
| | | +--- com.intercom:android-commons:2.0.0
| | | +--- com.intercom:twig:1.3.0
| | | +--- com.intercom:android-composer:3.3.1
| | | | +--- androidx.appcompat:appcompat:1.3.1 -> 1.4.1 (*)
| | | | \--- androidx.recyclerview:recyclerview:1.2.1 (*)
| | | +--- com.intercom:android-composer-gallery:3.3.1
| | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.20 -> 1.6.10 (*)
| | | | +--- com.intercom:android-composer:3.3.1 (*)
| | | | +--- androidx.recyclerview:recyclerview:1.2.1 (*)
| | | | +--- com.google.android.material:material:1.4.0 (*)
| | | | +--- androidx.appcompat:appcompat:1.3.1 -> 1.4.1 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.20 -> 1.8.10 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 -> 1.6.4 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1 -> 1.6.4 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.5.1 (*)
| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.5.1 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2 -> 1.3.3
| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.3.3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.8.10
| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.3.3
| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.8.10
| | | +--- com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0
| | | | +--- com.squareup.retrofit2:retrofit:2.6.4 -> 2.9.0 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.0.0 -> 1.3.3 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.8.10 (*)
| | | +--- androidx.compose.ui:ui:1.1.1
| | | | +--- androidx.compose.runtime:runtime-saveable:1.1.1
| | | | | +--- androidx.compose.runtime:runtime:1.1.1
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.4 (*)
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- androidx.compose.ui:ui-geometry:1.1.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-util:1.1.1
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- androidx.compose.ui:ui-graphics:1.1.1
| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | | +--- androidx.compose.ui:ui-unit:1.1.1
| | | | | | +--- androidx.compose.ui:ui-geometry:1.1.1 (*)
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | \--- androidx.compose.ui:ui-util:1.1.1 (*)
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-util:1.1.1 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | +--- androidx.compose.ui:ui-text:1.1.1
| | | | | +--- androidx.compose.ui:ui-graphics:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-unit:1.1.1 (*)
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.runtime:runtime-saveable:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-util:1.1.1 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | \--- androidx.core:core:1.5.0 -> 1.9.0 (*)
| | | | +--- androidx.compose.ui:ui-unit:1.1.1 (*)
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.4 (*)
| | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | +--- androidx.compose.ui:ui-util:1.1.1 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- androidx.autofill:autofill:1.0.0
| | | | | \--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.4 (*)
| | | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.3.0 -> 2.5.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.0 -> 2.5.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.0 -> 2.5.1 (*)
| | | | \--- androidx.profileinstaller:profileinstaller:1.1.0
| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | \--- androidx.startup:startup-runtime:1.0.0 (*)
| | | +--- androidx.compose.ui:ui-tooling:1.1.1
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | +--- androidx.compose.ui:ui:1.1.1 (*)
| | | | +--- androidx.compose.ui:ui-tooling-preview:1.1.1
| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- androidx.compose.ui:ui-tooling-data:1.1.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui:1.1.1 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | +--- androidx.compose.animation:animation:1.1.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.compose.animation:animation-core:1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.4 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui:1.0.0 -> 1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-unit:1.0.0 -> 1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | +--- androidx.compose.foundation:foundation-layout:1.0.0 -> 1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- androidx.compose.ui:ui:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-unit:1.1.1 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-geometry:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | +--- androidx.compose.material:material:1.0.0 -> 1.1.1
| | | | | +--- androidx.compose.animation:animation-core:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.foundation:foundation:1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- androidx.compose.animation:animation:1.1.1 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui:1.1.1 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | | | +--- androidx.compose.foundation:foundation-layout:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-graphics:1.1.1 (*)
| | | | | | +--- androidx.compose.ui:ui-text:1.0.0 -> 1.1.1 (*)
| | | | | | \--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.material:material-icons-core:1.1.1
| | | | | | +--- androidx.compose.ui:ui:1.0.0 -> 1.1.1 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
| | | | | +--- androidx.compose.material:material-ripple:1.1.1
| | | | | | +--- androidx.compose.foundation:foundation:1.1.1 (*)
| | | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | | | +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*)
| | | | | | \--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.runtime:runtime:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-text:1.0.0 -> 1.1.1 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.8.10
| | | | | +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.compose.foundation:foundation-layout:1.1.1 (*)
| | | | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.0 -> 2.5.1 (*)
| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.0 -> 2.5.1 (*)
| | | | \--- androidx.activity:activity-compose:1.3.0 -> 1.4.0
| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.1.1 (*)
| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.1.1 (*)
| | | | +--- androidx.activity:activity-ktx:1.4.0 -> 1.6.1 (*)
| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.1.1 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.8.10 (*)
| | | +--- androidx.compose.foundation:foundation:1.1.1 (*)
| | | +--- androidx.compose.material:material:1.1.1 (*)
| | | +--- androidx.compose.material:material-icons-core:1.1.1 (*)
| | | +--- androidx.activity:activity-compose:1.4.0 (*)
| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.1
| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 -> 2.5.1 (*)
| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.1.1 (*)
| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.1.1 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.8.10 (*)
| | | +--- com.google.accompanist:accompanist-systemuicontroller:0.20.3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.8.0 (*)
| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.9.0 (*)
| | | | \--- androidx.compose.ui:ui:1.0.5 -> 1.1.1 (*)
| | | +--- com.google.accompanist:accompanist-placeholder:0.20.3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.8.0 (*)
| | | | +--- androidx.compose.foundation:foundation:1.0.5 -> 1.1.1 (*)
| | | | +--- androidx.compose.ui:ui-util:1.0.5 -> 1.1.1 (*)
| | | | \--- io.github.aakira:napier:1.4.1
| | | | \--- io.github.aakira:napier-android-debug:1.4.1
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 -> 1.8.10
| | | +--- io.coil-kt:coil-base:2.0.0
| | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10 (*)
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.1 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
| | | | +--- com.squareup.okhttp3:okhttp:4.9.3 -> 5.0.0-alpha.11 (*)
| | | | +--- com.squareup.okio:okio:3.0.0 -> 3.3.0 (*)
| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.2.0 (*)
| | | | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0 (*)
| | | | \--- androidx.exifinterface:exifinterface:1.3.3 -> 1.3.6 (*)
| | | +--- io.coil-kt:coil-gif:2.0.0
| | | | +--- io.coil-kt:coil-base:2.0.0 (*)
| | | | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0 (*)
| | | | \--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*)
| | | +--- io.coil-kt:coil-video:2.0.0
| | | | +--- io.coil-kt:coil-base:2.0.0 (*)
| | | | \--- androidx.core:core-ktx:1.7.0 -> 1.9.0 (*)
| | | \--- io.coil-kt:coil-compose:2.0.0
| | | +--- io.coil-kt:coil-compose-base:2.0.0
| | | | +--- io.coil-kt:coil-base:2.0.0 (*)
| | | | +--- androidx.compose.foundation:foundation:1.1.1 (*)
| | | | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0 (*)
| | | | \--- com.google.accompanist:accompanist-drawablepainter:0.23.1
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.8.0 (*)
| | | | \--- androidx.compose.ui:ui:1.1.1 (*)
| | | \--- io.coil-kt:coil:2.0.0
| | | \--- io.coil-kt:coil-base:2.0.0 (*)
| | \--- io.intercom.android:intercom-sdk-fcm:12.4.2
| | +--- io.intercom.android:intercom-sdk-base:12.4.2 (*)
| | +--- com.google.firebase:firebase-messaging:20.2.4 -> 23.1.2
| | | +--- com.google.firebase:firebase-common:20.3.1 -> 20.3.2
| | | | +--- com.google.firebase:firebase-annotations:16.2.0
| | | | | \--- javax.inject:javax.inject:1
| | | | +--- com.google.firebase:firebase-components:17.1.0
| | | | | +--- androidx.annotation:annotation:1.5.0 (*)
| | | | | +--- com.google.errorprone:error_prone_annotations:2.9.0 -> 2.14.0
| | | | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
| | | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | | \--- com.google.android.gms:play-services-tasks:18.0.2 (*)
| | | +--- com.google.firebase:firebase-components:17.1.0 (*)
| | | +--- com.google.firebase:firebase-installations-interop:17.1.0
| | | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | | | \--- com.google.firebase:firebase-annotations:16.1.0 -> 16.2.0 (*)
| | | +--- com.google.firebase:firebase-datatransport:18.1.7
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- com.google.android.datatransport:transport-api:3.0.0
| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | +--- com.google.android.datatransport:transport-backend-cct:3.1.8
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
| | | | | +--- com.google.android.datatransport:transport-runtime:3.1.8
| | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | | | | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
| | | | | | +--- com.google.firebase:firebase-encoders:17.0.0
| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | +--- com.google.firebase:firebase-encoders-proto:16.0.0
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | | | \--- com.google.firebase:firebase-encoders:17.0.0 (*)
| | | | | | \--- javax.inject:javax.inject:1
| | | | | +--- com.google.firebase:firebase-encoders:17.0.0 (*)
| | | | | \--- com.google.firebase:firebase-encoders-json:18.0.0
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | \--- com.google.firebase:firebase-encoders:17.0.0 (*)
| | | | +--- com.google.android.datatransport:transport-runtime:3.1.8 (*)
| | | | +--- com.google.firebase:firebase-common:20.2.0 -> 20.3.2 (*)
| | | | \--- com.google.firebase:firebase-components:17.0.1 -> 17.1.0 (*)
| | | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
| | | +--- com.google.android.datatransport:transport-runtime:3.1.8 (*)
| | | +--- com.google.android.datatransport:transport-backend-cct:3.1.8 (*)
| | | +--- com.google.firebase:firebase-encoders:17.0.0 (*)
| | | +--- com.google.firebase:firebase-encoders-json:18.0.0 (*)
| | | +--- com.google.firebase:firebase-encoders-proto:16.0.0 (*)
| | | +--- com.google.firebase:firebase-installations:17.1.3
| | | | +--- com.google.firebase:firebase-common:20.3.1 -> 20.3.2 (*)
| | | | +--- com.google.firebase:firebase-installations-interop:17.1.0 (*)
| | | | +--- com.google.firebase:firebase-components:17.1.0 (*)
| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | | +--- com.google.android.gms:play-services-stats:17.0.2
| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | | \--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | +--- com.google.firebase:firebase-measurement-connector:19.0.0
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
| | | +--- com.google.firebase:firebase-iid-interop:17.1.0
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | | \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| | | +--- com.google.android.gms:play-services-cloud-messaging:17.0.1
| | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | | \--- com.google.android.gms:play-services-tasks:18.0.0 -> 18.0.2 (*)
| | | \--- com.google.errorprone:error_prone_annotations:2.9.0 -> 2.14.0
| | \--- com.intercom:twig:1.3.0
| \--- com.google.firebase:firebase-messaging:23.0.0 -> 23.1.2 (*)
+--- project :shared_preferences_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :amplify_auth_cognito_android
| +--- project :amplify_flutter_android
| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| | +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| | +--- com.amplifyframework:core:2.4.1
| | | +--- androidx.legacy:legacy-support-v4:1.0.0
| | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | +--- androidx.media:media:1.0.0 -> 1.6.0
| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | | \--- androidx.core:core:1.6.0 -> 1.9.0 (*)
| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
| | | | | +--- androidx.viewpager:viewpager:1.0.0 (*)
| | | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.1.0 (*)
| | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*)
| | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
| | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
| | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | | | \--- androidx.interpolator:interpolator:1.0.0 (*)
| | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | | | \--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*)
| | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.navigation:navigation-fragment:2.3.4
| | | | +--- androidx.fragment:fragment:1.2.4 -> 1.3.6 (*)
| | | | \--- androidx.navigation:navigation-runtime:2.3.4
| | | | +--- androidx.navigation:navigation-common:2.3.4
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | | | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | | +--- androidx.activity:activity:1.1.0 -> 1.6.1 (*)
| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 -> 2.5.1 (*)
| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0 -> 2.5.1 (*)
| | | +--- androidx.navigation:navigation-ui:2.3.4
| | | | +--- androidx.navigation:navigation-runtime:2.3.4 (*)
| | | | +--- androidx.customview:customview:1.1.0 (*)
| | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*)
| | | | +--- com.google.android.material:material:1.0.0 -> 1.4.0 (*)
| | | | \--- androidx.transition:transition:1.3.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 (*)
| | | \--- com.amplifyframework:annotations:2.4.1
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | +--- com.google.code.gson:gson:2.8.9 -> 2.9.0
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 -> 1.6.4 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.amplifyframework:aws-auth-cognito:2.4.1
| | +--- com.amplifyframework:core:2.4.1 (*)
| | +--- com.amplifyframework:aws-core:2.4.1
| | | +--- com.amplifyframework:core:2.4.1 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3 -> 1.6.4 (*)
| | | \--- aws.smithy.kotlin:aws-credentials:0.16.2
| | | \--- aws.smithy.kotlin:aws-credentials-jvm:0.16.2
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | +--- aws.smithy.kotlin:runtime-core:0.16.2
| | | | \--- aws.smithy.kotlin:runtime-core-jvm:0.16.2
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | +--- com.squareup.okio:okio:3.3.0 (*)
| | | | \--- org.jetbrains.kotlinx:atomicfu:0.19.0
| | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.19.0
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.8.10 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.0 -> 1.8.10
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | +--- aws.smithy.kotlin:tracing-core:0.16.2
| | | | \--- aws.smithy.kotlin:tracing-core-jvm:0.16.2
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:logging:0.16.2
| | | | | \--- aws.smithy.kotlin:logging-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | \--- io.github.microutils:kotlin-logging:3.0.0
| | | | | \--- io.github.microutils:kotlin-logging-jvm:3.0.0
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.8.10
| | | | | +--- org.slf4j:slf4j-api:2.0.1
| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.8.0 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | \--- io.github.microutils:kotlin-logging:3.0.0 (*)
| | | \--- org.jetbrains.kotlinx:atomicfu:0.19.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3 -> 1.6.4 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 (*)
| | +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.1 (*)
| | +--- androidx.security:security-crypto:1.0.0
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- com.google.crypto.tink:tink-android:1.5.0
| | +--- androidx.browser:browser:1.4.0
| | | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
| | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | | +--- androidx.interpolator:interpolator:1.0.0 (*)
| | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | +--- aws.sdk.kotlin:cognitoidentity:0.21.1-beta
| | | \--- aws.sdk.kotlin:cognitoidentity-jvm:0.21.1-beta
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | +--- aws.sdk.kotlin:aws-config:0.21.1-beta
| | | | \--- aws.sdk.kotlin:aws-config-jvm:0.21.1-beta
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | +--- aws.sdk.kotlin:aws-core:0.21.1-beta
| | | | | \--- aws.sdk.kotlin:aws-core-jvm:0.21.1-beta
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:smithy-client:0.16.2
| | | | | | \--- aws.smithy.kotlin:smithy-client-jvm:0.16.2
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:aws-credentials:0.16.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | +--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:http:0.16.2
| | | | | \--- aws.smithy.kotlin:http-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- aws.smithy.kotlin:tracing-core:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:http-client-engine-default:0.16.2
| | | | | \--- aws.smithy.kotlin:http-client-engine-default-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:http-client:0.16.2
| | | | | | \--- aws.smithy.kotlin:http-client-jvm:0.16.2
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:smithy-client:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:http-auth:0.16.2
| | | | | | | \--- aws.smithy.kotlin:http-auth-jvm:0.16.2
| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | | +--- aws.smithy.kotlin:tracing-core:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | +--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | | | \--- org.jetbrains.kotlinx:atomicfu:0.19.0 (*)
| | | | | +--- aws.smithy.kotlin:http-client-engine-okhttp:0.16.2
| | | | | | \--- aws.smithy.kotlin:http-client-engine-okhttp-jvm:0.16.2
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | | | +--- com.squareup.okhttp3:okhttp:5.0.0-alpha.11 (*)
| | | | | | \--- com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.11
| | | | | | \--- com.squareup.okhttp3:okhttp-coroutines-jvm:5.0.0-alpha.11
| | | | | | +--- com.squareup.okio:okio:3.2.0 -> 3.3.0 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.8.10 (*)
| | | | | | +--- com.squareup.okhttp3:okhttp:5.0.0-alpha.11 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10 -> 1.8.10
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | \--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | +--- aws.sdk.kotlin:aws-http:0.21.1-beta
| | | | | \--- aws.sdk.kotlin:aws-http-jvm:0.21.1-beta
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.sdk.kotlin:aws-core:0.21.1-beta (*)
| | | | | +--- aws.sdk.kotlin:aws-endpoint:0.21.1-beta
| | | | | | \--- aws.sdk.kotlin:aws-endpoint-jvm:0.21.1-beta
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:aws-signing-common:0.16.2
| | | | | | | \--- aws.smithy.kotlin:aws-signing-common-jvm:0.16.2
| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | | +--- aws.smithy.kotlin:aws-credentials:0.16.2 (*)
| | | | | | | +--- aws.smithy.kotlin:http-auth:0.16.2 (*)
| | | | | | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | | | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | | | \--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | \--- aws.sdk.kotlin:aws-core:0.21.1-beta (*)
| | | | | +--- aws.smithy.kotlin:aws-signing-common:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:serde-json:0.16.2
| | | | | \--- aws.smithy.kotlin:serde-json-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:serde:0.16.2
| | | | | | \--- aws.smithy.kotlin:serde-jvm:0.16.2
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:serde-form-url:0.16.2
| | | | | \--- aws.smithy.kotlin:serde-form-url-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- aws.smithy.kotlin:serde-xml:0.16.2
| | | | | \--- aws.smithy.kotlin:serde-xml-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | +--- aws.smithy.kotlin:aws-xml-protocols:0.16.2
| | | | | \--- aws.smithy.kotlin:aws-xml-protocols-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- aws.smithy.kotlin:aws-protocol-core:0.16.2
| | | | | | \--- aws.smithy.kotlin:aws-protocol-core-jvm:0.16.2
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | | | | \--- aws.smithy.kotlin:serde-xml:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:aws-protocol-core:0.16.2 (*)
| | | | +--- aws.sdk.kotlin:aws-endpoint:0.21.1-beta (*)
| | | | +--- aws.smithy.kotlin:aws-signing-common:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:aws-signing-default:0.16.2
| | | | | \--- aws.smithy.kotlin:aws-signing-default-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:aws-signing-common:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | \--- aws.smithy.kotlin:logging:0.16.2 (*)
| | | | +--- aws.smithy.kotlin:aws-json-protocols:0.16.2
| | | | | \--- aws.smithy.kotlin:aws-json-protocols-jvm:0.16.2
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | | | | +--- aws.smithy.kotlin:smithy-client:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | | | +--- aws.smithy.kotlin:aws-protocol-core:0.16.2 (*)
| | | | | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | | | | \--- aws.smithy.kotlin:serde-json:0.16.2 (*)
| | | | \--- org.jetbrains.kotlinx:atomicfu:0.19.0 (*)
| | | +--- aws.sdk.kotlin:aws-core:0.21.1-beta (*)
| | | +--- aws.sdk.kotlin:aws-endpoint:0.21.1-beta (*)
| | | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | | +--- aws.smithy.kotlin:smithy-client:0.16.2 (*)
| | | +--- aws.smithy.kotlin:tracing-core:0.16.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | | +--- aws.smithy.kotlin:aws-credentials:0.16.2 (*)
| | | +--- aws.sdk.kotlin:aws-http:0.21.1-beta (*)
| | | +--- aws.smithy.kotlin:aws-json-protocols:0.16.2 (*)
| | | +--- aws.smithy.kotlin:aws-protocol-core:0.16.2 (*)
| | | +--- aws.smithy.kotlin:aws-signing-common:0.16.2 (*)
| | | +--- aws.smithy.kotlin:aws-signing-default:0.16.2 (*)
| | | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | | +--- aws.smithy.kotlin:http-client-engine-default:0.16.2 (*)
| | | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | | \--- aws.smithy.kotlin:serde-json:0.16.2 (*)
| | \--- aws.sdk.kotlin:cognitoidentityprovider:0.21.1-beta
| | \--- aws.sdk.kotlin:cognitoidentityprovider-jvm:0.21.1-beta
| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 (*)
| | +--- aws.sdk.kotlin:aws-config:0.21.1-beta (*)
| | +--- aws.sdk.kotlin:aws-core:0.21.1-beta (*)
| | +--- aws.sdk.kotlin:aws-endpoint:0.21.1-beta (*)
| | +--- aws.smithy.kotlin:http-client:0.16.2 (*)
| | +--- aws.smithy.kotlin:runtime-core:0.16.2 (*)
| | +--- aws.smithy.kotlin:smithy-client:0.16.2 (*)
| | +--- aws.smithy.kotlin:tracing-core:0.16.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
| | +--- aws.smithy.kotlin:aws-credentials:0.16.2 (*)
| | +--- aws.sdk.kotlin:aws-http:0.21.1-beta (*)
| | +--- aws.smithy.kotlin:aws-json-protocols:0.16.2 (*)
| | +--- aws.smithy.kotlin:aws-protocol-core:0.16.2 (*)
| | +--- aws.smithy.kotlin:aws-signing-common:0.16.2 (*)
| | +--- aws.smithy.kotlin:aws-signing-default:0.16.2 (*)
| | +--- aws.smithy.kotlin:http:0.16.2 (*)
| | +--- aws.smithy.kotlin:http-client-engine-default:0.16.2 (*)
| | +--- aws.smithy.kotlin:serde:0.16.2 (*)
| | \--- aws.smithy.kotlin:serde-json:0.16.2 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 -> 1.6.4 (*)
| \--- androidx.browser:browser:1.4.0 (*)
+--- project :uni_links
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :image_picker_android
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.core:core:1.9.0 (*)
| +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| +--- androidx.exifinterface:exifinterface:1.3.6 (*)
| +--- androidx.activity:activity:1.6.1 (*)
| \--- project :flutter_plugin_android_lifecycle
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- androidx.annotation:annotation:1.5.0 (*)
+--- project :package_info
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_messaging
| +--- project :firebase_core
| | +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| | +--- com.google.firebase:firebase-bom:31.4.0
| | | +--- com.google.firebase:firebase-analytics:21.2.1 (c)
| | | +--- com.google.firebase:firebase-auth:21.2.0 (c)
| | | +--- com.google.firebase:firebase-firestore:24.4.5 (c)
| | | +--- com.google.firebase:firebase-config:21.3.0 (c)
| | | +--- com.google.firebase:firebase-messaging:23.1.2 (c)
| | | +--- com.google.firebase:firebase-storage:20.1.0 (c)
| | | +--- com.google.firebase:firebase-common:20.3.2 (c)
| | | +--- com.google.firebase:firebase-installations:17.1.3 (c)
| | | \--- com.google.firebase:firebase-encoders:17.0.0 (c)
| | +--- com.google.firebase:firebase-common -> 20.3.2 (*)
| | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-messaging -> 23.1.2 (*)
| +--- androidx.localbroadcastmanager:localbroadcastmanager:1.1.0 (*)
| +--- androidx.annotation:annotation:1.4.0 -> 1.5.0 (*)
| \--- com.google.firebase:firebase-iid:21.1.0
| +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| +--- com.google.android.gms:play-services-cloud-messaging:16.0.0 -> 17.0.1 (*)
| +--- com.google.android.gms:play-services-stats:17.0.0 -> 17.0.2 (*)
| +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| +--- com.google.firebase:firebase-common:19.5.0 -> 20.3.2 (*)
| +--- com.google.firebase:firebase-components:16.1.0 -> 17.1.0 (*)
| +--- com.google.firebase:firebase-iid-interop:17.1.0 (*)
| +--- com.google.firebase:firebase-installations:16.3.5 -> 17.1.3 (*)
| \--- com.google.firebase:firebase-installations-interop:16.0.1 -> 17.1.0 (*)
+--- project :amplify_secure_storage
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10 -> 1.8.0 (*)
| \--- androidx.security:security-crypto:1.0.0 (*)
+--- project :image_utilities
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :in_app_update
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 -> 1.8.0 (*)
| \--- com.google.android.play:core:1.10.3
+--- project :url_launcher_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :google_maps_flutter_android
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.annotation:annotation:1.5.0 (*)
| +--- com.google.android.gms:play-services-maps:18.1.0
| | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | \--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| \--- project :flutter_plugin_android_lifecycle (*)
+--- project :flutter_downloader
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.work:work-runtime:2.7.1
| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.2.0 (*)
| | +--- androidx.startup:startup-runtime:1.0.0 (*)
| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
| | +--- androidx.room:room-runtime:2.2.5
| | | +--- androidx.room:room-common:2.2.5
| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | | +--- androidx.sqlite:sqlite-framework:2.0.1 -> 2.1.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | | \--- androidx.sqlite:sqlite:2.1.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| | | +--- androidx.sqlite:sqlite:2.0.1 -> 2.1.0 (*)
| | | \--- androidx.arch.core:core-runtime:2.0.1 -> 2.1.0 (*)
| | +--- androidx.sqlite:sqlite:2.1.0 (*)
| | +--- androidx.sqlite:sqlite-framework:2.1.0 (*)
| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | \--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.2.0
| | \--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.1 (*)
| +--- androidx.annotation:annotation:1.5.0 (*)
| \--- androidx.core:core-ktx:1.9.0 (*)
+--- project :open_filex
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- androidx.legacy:legacy-support-v4:1.0.0 (*)
+--- project :video_thumbnail
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :firebase_remote_config
| +--- project :firebase_core (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-config -> 21.3.0
| | +--- com.google.firebase:firebase-installations:17.1.2 -> 17.1.3 (*)
| | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
| | +--- com.google.firebase:firebase-common:20.3.1 -> 20.3.2 (*)
| | +--- com.google.firebase:firebase-abt:21.1.1
| | | +--- com.google.firebase:firebase-common:20.2.0 -> 20.3.2 (*)
| | | +--- com.google.firebase:firebase-components:17.0.1 -> 17.1.0 (*)
| | | +--- com.google.firebase:firebase-measurement-connector:18.0.0 -> 19.0.0 (*)
| | | \--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.firebase:firebase-components:17.1.0 (*)
| | +--- com.google.firebase:firebase-installations-interop:17.1.0 (*)
| | +--- com.google.firebase:firebase-measurement-connector:18.0.0 -> 19.0.0 (*)
| | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
+--- project :video_compress
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 -> 1.8.0 (*)
| \--- com.otaliastudios:transcoder:0.9.1
| +--- com.otaliastudios.opengl:egloo:0.4.0
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31 -> 1.8.0 (*)
| \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
+--- project :firebase_storage
| +--- project :firebase_core (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-storage -> 20.1.0
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | +--- com.google.firebase:firebase-appcheck-interop:16.1.0 -> 16.1.1
| | | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | | +--- com.google.firebase:firebase-common:20.3.0 -> 20.3.2 (*)
| | | \--- com.google.firebase:firebase-components:17.1.0 (*)
| | +--- com.google.firebase:firebase-auth-interop:18.0.0 -> 20.0.0
| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
| | | \--- com.google.firebase:firebase-common:20.0.0 -> 20.3.2 (*)
| | +--- com.google.firebase:firebase-common:20.2.0 -> 20.3.2 (*)
| | \--- com.google.firebase:firebase-components:17.0.1 -> 17.1.0 (*)
| \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
+--- project :firebase_core (*)
+--- project :platform_device_id
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -> 1.8.0 (*)
| \--- project :device_info
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_uploader
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.work:work-runtime:2.4.0 -> 2.7.1 (*)
| +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
| +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 (*)
| +--- androidx.core:core:1.5.0-alpha05 -> 1.9.0 (*)
| +--- com.squareup.okhttp3:okhttp:4.8.0 -> 5.0.0-alpha.11 (*)
| \--- com.google.code.gson:gson:2.8.6 -> 2.9.0
+--- project :file_picker
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.core:core:1.0.2 -> 1.9.0 (*)
| +--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| +--- androidx.lifecycle:lifecycle-runtime:2.1.0 -> 2.5.1 (*)
| \--- project :flutter_plugin_android_lifecycle (*)
+--- project :path_provider_android
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- androidx.annotation:annotation:1.5.0 (*)
+--- project :flutter_barcode_scanner
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.1 (*)
| +--- androidx.legacy:legacy-support-v4:1.0.0 (*)
| +--- com.google.android.material:material:1.3.0 -> 1.4.0 (*)
| +--- com.google.android.gms:play-services-vision:20.1.3
| | +--- com.google.android.gms:play-services-base:17.4.0 -> 18.0.1 (*)
| | +--- com.google.android.gms:play-services-basement:17.4.0 -> 18.1.0 (*)
| | \--- com.google.android.gms:play-services-vision-common:19.1.3
| | +--- com.google.android.gms:play-services-base:17.4.0 -> 18.0.1 (*)
| | +--- com.google.android.gms:play-services-basement:17.4.0 -> 18.1.0 (*)
| | +--- com.google.android.gms:play-services-clearcut:17.0.0
| | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | +--- com.google.android.gms:play-services-base:17.0.0 -> 18.0.1 (*)
| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | +--- com.google.android.gms:play-services-phenotype:17.0.0
| | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | +--- com.google.android.gms:play-services-base:17.0.0 -> 18.0.1 (*)
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | | \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| | | \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| | +--- com.google.android.gms:play-services-flags:17.0.0
| | | +--- com.google.android.gms:play-services-base:17.0.0 -> 18.0.1 (*)
| | | \--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | \--- com.google.android.gms:play-services-phenotype:17.0.0 (*)
| \--- project :flutter_plugin_android_lifecycle (*)
+--- project :flutter_android_volume_keydown
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_keyboard_visibility
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :fluttertoast
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 -> 1.8.0 (*)
+--- project :video_player_android
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.android.exoplayer:exoplayer-core:2.18.5
| | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | +--- androidx.core:core:1.7.0 -> 1.9.0 (*)
| | +--- com.google.android.exoplayer:exoplayer-common:2.18.5
| | | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | \--- com.google.guava:guava:31.0.1-android -> 31.1-android
| | | +--- com.google.guava:failureaccess:1.0.1
| | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
| | | +--- com.google.code.findbugs:jsr305:3.0.2
| | | +--- org.checkerframework:checker-qual:3.12.0
| | | +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.14.0
| | | \--- com.google.j2objc:j2objc-annotations:1.3
| | +--- com.google.android.exoplayer:exoplayer-datasource:2.18.5
| | | +--- com.google.android.exoplayer:exoplayer-common:2.18.5 (*)
| | | +--- com.google.android.exoplayer:exoplayer-database:2.18.5
| | | | +--- com.google.android.exoplayer:exoplayer-common:2.18.5 (*)
| | | | \--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | \--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | +--- com.google.android.exoplayer:exoplayer-decoder:2.18.5
| | | +--- com.google.android.exoplayer:exoplayer-common:2.18.5 (*)
| | | \--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | +--- com.google.android.exoplayer:exoplayer-extractor:2.18.5
| | | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | | +--- com.google.android.exoplayer:exoplayer-common:2.18.5 (*)
| | | \--- com.google.android.exoplayer:exoplayer-decoder:2.18.5 (*)
| | \--- com.google.android.exoplayer:exoplayer-database:2.18.5 (*)
| +--- com.google.android.exoplayer:exoplayer-hls:2.18.5
| | +--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| | \--- com.google.android.exoplayer:exoplayer-core:2.18.5 (*)
| +--- com.google.android.exoplayer:exoplayer-dash:2.18.5
| | +--- com.google.android.exoplayer:exoplayer-core:2.18.5 (*)
| | \--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
| \--- com.google.android.exoplayer:exoplayer-smoothstreaming:2.18.5
| +--- com.google.android.exoplayer:exoplayer-core:2.18.5 (*)
| \--- androidx.annotation:annotation:1.3.0 -> 1.5.0 (*)
+--- project :camerawesome
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- io.reactivex.rxjava3:rxjava:3.0.4
| | \--- org.reactivestreams:reactive-streams:1.0.3
| +--- io.reactivex.rxjava3:rxandroid:3.0.0
| | \--- io.reactivex.rxjava3:rxjava:3.0.0 -> 3.0.4 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*)
| +--- androidx.test:rules:1.5.0
| | +--- androidx.test:runner:1.5.0
| | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | +--- androidx.test:annotation:1.0.1
| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | \--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*)
| | | +--- androidx.test:monitor:1.6.0
| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | +--- androidx.test:annotation:1.0.1 (*)
| | | | \--- androidx.tracing:tracing:1.0.0 (*)
| | | +--- androidx.test.services:storage:1.4.2
| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | | | +--- androidx.test:monitor:1.6.0 (*)
| | | | +--- com.google.code.findbugs:jsr305:2.0.2 -> 3.0.2
| | | | \--- androidx.test:annotation:1.0.1 (*)
| | | +--- androidx.tracing:tracing:1.0.0 (*)
| | | \--- junit:junit:4.13.2
| | | \--- org.hamcrest:hamcrest-core:1.3
| | \--- androidx.test:annotation:1.0.1 (*)
| +--- com.google.android.gms:play-services-location:21.0.0 -> 21.0.1 (*)
| +--- androidx.exifinterface:exifinterface:1.3.5 -> 1.3.6 (*)
| +--- androidx.camera:camera-core:1.2.2
| | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | +--- androidx.exifinterface:exifinterface:1.3.2 -> 1.3.6 (*)
| | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.5.1 (*)
| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.2.0 (*)
| | +--- com.google.auto.value:auto-value-annotations:1.6.3
| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.8.10 (*)
| +--- androidx.camera:camera-camera2:1.2.2
| | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | +--- androidx.camera:camera-core:1.2.2 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | +--- com.google.auto.value:auto-value-annotations:1.6.3
| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| +--- androidx.camera:camera-lifecycle:1.2.2
| | +--- androidx.camera:camera-core:1.2.2 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.5.1 (*)
| | +--- com.google.auto.value:auto-value-annotations:1.6.3
| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| +--- androidx.camera:camera-video:1.2.2
| | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | +--- androidx.camera:camera-core:1.2.2 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
| | \--- com.google.auto.value:auto-value-annotations:1.6.3
| +--- androidx.camera:camera-view:1.2.2
| | +--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*)
| | +--- androidx.appcompat:appcompat:1.1.0 -> 1.4.1 (*)
| | +--- androidx.camera:camera-core:1.2.2 (*)
| | +--- androidx.camera:camera-lifecycle:1.2.2 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| | +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.5.1 (*)
| | +--- com.google.auto.value:auto-value-annotations:1.6.3
| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| +--- androidx.camera:camera-extensions:1.2.2
| | +--- androidx.camera:camera-camera2:1.2.2 (*)
| | +--- androidx.camera:camera-core:1.2.2 (*)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | +--- com.google.auto.value:auto-value-annotations:1.6.3
| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| +--- androidx.media:media:1.6.0 (*)
| \--- com.google.guava:guava:31.0.1-android -> 31.1-android (*)
+--- project :orientation
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_plugin_android_lifecycle (*)
+--- project :amplify_flutter_android (*)
+--- project :background_fetch
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.transistorsoft:tsbackgroundfetch:+ -> 0.5.7
| +--- androidx.appcompat:appcompat:1.0.2 -> 1.4.1 (*)
| +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.1 (*)
| \--- androidx.lifecycle:lifecycle-extensions:2.2.0
| +--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.1 (*)
| +--- androidx.arch.core:core-common:2.1.0 (*)
| +--- androidx.arch.core:core-runtime:2.1.0 (*)
| +--- androidx.fragment:fragment:1.2.0 -> 1.3.6 (*)
| +--- androidx.lifecycle:lifecycle-common:2.2.0 -> 2.5.1 (*)
| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 (*)
| +--- androidx.lifecycle:lifecycle-process:2.2.0 -> 2.4.0 (*)
| +--- androidx.lifecycle:lifecycle-service:2.2.0 (*)
| \--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 -> 2.5.1 (*)
+--- project :sqflite
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :app_settings
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 -> 1.8.0 (*)
+--- project :cloud_firestore
| +--- project :firebase_core (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-firestore -> 24.4.5
| | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
| | +--- com.google.firebase:firebase-common:20.3.1 -> 20.3.2 (*)
| | +--- com.google.firebase:protolite-well-known-types:18.0.0
| | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.21.7
| | +--- com.google.firebase:firebase-database-collection:18.0.1
| | | \--- com.google.android.gms:play-services-base:18.0.1 (*)
| | +--- com.google.firebase:firebase-components:17.1.0 (*)
| | +--- com.google.firebase:firebase-appcheck-interop:16.1.1 (*)
| | +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
| | +--- io.grpc:grpc-stub:1.52.1
| | | +--- io.grpc:grpc-api:1.52.1
| | | | +--- io.grpc:grpc-context:1.52.1
| | | | +--- com.google.code.findbugs:jsr305:3.0.2
| | | | +--- com.google.errorprone:error_prone_annotations:2.14.0
| | | | \--- com.google.guava:guava:31.1-android (*)
| | | +--- com.google.guava:guava:31.1-android (*)
| | | \--- com.google.errorprone:error_prone_annotations:2.14.0
| | +--- io.grpc:grpc-protobuf-lite:1.52.1
| | | +--- io.grpc:grpc-api:1.52.1 (*)
| | | +--- com.google.protobuf:protobuf-javalite:3.21.7
| | | +--- com.google.code.findbugs:jsr305:3.0.2
| | | \--- com.google.guava:guava:31.1-android (*)
| | +--- io.grpc:grpc-okhttp:1.52.1
| | | +--- io.grpc:grpc-core:1.52.1
| | | | +--- io.grpc:grpc-api:1.52.1 (*)
| | | | +--- com.google.code.gson:gson:2.9.0
| | | | +--- com.google.android:annotations:4.1.1.4
| | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.21
| | | | +--- com.google.errorprone:error_prone_annotations:2.14.0
| | | | +--- com.google.guava:guava:31.1-android (*)
| | | | \--- io.perfmark:perfmark-api:0.25.0
| | | +--- com.squareup.okio:okio:1.17.5 -> 3.3.0 (*)
| | | +--- com.google.guava:guava:31.1-android (*)
| | | \--- io.perfmark:perfmark-api:0.25.0
| | +--- io.grpc:grpc-android:1.52.1
| | | +--- io.grpc:grpc-core:1.52.1 (*)
| | | \--- com.google.guava:guava:31.1-android (*)
| | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | +--- com.google.android.gms:play-services-base:18.0.1 (*)
| | \--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0 (*)
| \--- androidx.annotation:annotation:1.2.0 -> 1.5.0 (*)
+--- project :connectivity_plus
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_background_geolocation
| +--- com.transistorsoft:tslocationmanager-v21:+ -> 3.4.0
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- org.greenrobot:eventbus:3.3.1
| | \--- org.greenrobot:eventbus-java:3.3.1
| +--- com.squareup.okhttp3:okhttp:3.12.13 -> 5.0.0-alpha.11 (*)
| +--- org.slf4j:slf4j-api:1.7.36 -> 2.0.1
| +--- com.github.tony19:logback-android:2.0.1
| +--- io.github.nishkarsh:android-permissions:2.1.6
| | +--- androidx.appcompat:appcompat:1.4.1 (*)
| | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.1.0 (*)
| | \--- org.parceler:parceler-api:1.1.12
| +--- com.google.android.gms:play-services-location:21.0.0 -> 21.0.1 (*)
| +--- com.huawei.hms:location:6.9.0.300
| | +--- com.huawei.hms:base:6.5.0.300
| | | +--- com.huawei.hms:availableupdate:6.5.0.300
| | | | +--- com.huawei.hms:ui:6.5.0.300
| | | | | \--- com.huawei.hms:log:6.5.0.300
| | | | +--- com.huawei.hms:stats:6.5.0.300
| | | | | +--- com.huawei.hms:network-grs:5.0.10.302
| | | | | | +--- com.huawei.android.hms:security-ssl:1.1.5.308 -> 1.2.0.303
| | | | | | +--- com.huawei.hms:network-common:5.0.10.302
| | | | | | \--- com.huawei.hms:network-framework-compat:5.0.10.302
| | | | | | \--- com.huawei.hms:network-common:5.0.10.302
| | | | | +--- com.huawei.hms:log:6.5.0.300
| | | | | \--- com.huawei.hms:hatool:6.5.0.300
| | | | | +--- com.huawei.android.hms:security-encrypt:1.1.5.306 -> 1.2.0.303
| | | | | \--- com.huawei.android.hms:security-ssl:1.1.5.309 -> 1.2.0.303
| | | | +--- com.huawei.hms:device:6.5.0.300
| | | | | +--- com.huawei.hms:log:6.5.0.300
| | | | | +--- com.huawei.agconnect:agconnect-core:1.6.5.300
| | | | | | \--- com.huawei.hmf:tasks:1.5.0.300
| | | | | \--- com.huawei.android.hms:security-ssl:1.1.5.309 -> 1.2.0.303
| | | | \--- com.huawei.hms:log:6.5.0.300
| | | +--- com.huawei.hms:baselegacyapi:6.5.0.300
| | | +--- com.huawei.hms:stats:6.5.0.300 (*)
| | | +--- com.huawei.hms:ui:6.5.0.300 (*)
| | | +--- com.huawei.hms:device:6.5.0.300 (*)
| | | +--- com.huawei.hms:log:6.5.0.300
| | | \--- com.huawei.hmf:tasks:1.4.1.300 -> 1.5.0.300
| | \--- com.huawei.hms.LocationLiteSdk:core:2.9.0.300
| | +--- org.apache.commons:commons-compress:1.21
| | +--- org.tukaani:xz:1.9
| | +--- com.google.code.gson:gson:2.9.0
| | +--- com.huawei.android.hms:security-intent:1.2.0.303
| | +--- com.huawei.android.hms:security-base:1.2.0.303
| | +--- com.huawei.android.hms:security-ssl:1.2.0.303
| | +--- com.huawei.android.hms:security-encrypt:1.2.0.303
| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
| | +--- com.huawei.hms:network-grs:5.0.10.302 (*)
| | +--- com.squareup.okhttp3:okhttp:3.12.10 -> 5.0.0-alpha.11 (*)
| | +--- com.huawei.hms:hatool:6.5.0.300 (*)
| | +--- com.huawei.agconnect:agconnect-core:1.4.2.300 -> 1.6.5.300 (*)
| | \--- com.huawei.hms:ucs-credential-developers:1.0.3.314
| | \--- com.huawei.hms:ucs-common:1.0.3.323
| +--- androidx.localbroadcastmanager:localbroadcastmanager:1.1.0 (*)
| +--- androidx.appcompat:appcompat:1.0.2 -> 1.4.1 (*)
| +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.1 (*)
| +--- androidx.lifecycle:lifecycle-extensions:2.2.0 (*)
| \--- project :background_fetch (*)
+--- project :permission_handler_android
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :flutter_statusbarcolor_ns
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.8.0 (*)
+--- project :firebase_analytics
| +--- project :firebase_core (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-analytics -> 21.2.1
| | +--- com.google.android.gms:play-services-measurement:21.2.1
| | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | +--- com.google.android.gms:play-services-ads-identifier:18.0.0
| | | | \--- com.google.android.gms:play-services-basement:18.0.0 -> 18.1.0 (*)
| | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | +--- com.google.android.gms:play-services-measurement-base:21.2.1
| | | | \--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | +--- com.google.android.gms:play-services-measurement-impl:21.2.1
| | | | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | | | +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
| | | | +--- com.google.android.gms:play-services-ads-identifier:18.0.0 (*)
| | | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | | +--- com.google.android.gms:play-services-measurement-base:21.2.1 (*)
| | | | \--- com.google.android.gms:play-services-stats:17.0.2 (*)
| | | \--- com.google.android.gms:play-services-stats:17.0.2 (*)
| | +--- com.google.android.gms:play-services-measurement-api:21.2.1
| | | +--- com.google.android.gms:play-services-ads-identifier:18.0.0 (*)
| | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | +--- com.google.android.gms:play-services-measurement-base:21.2.1 (*)
| | | +--- com.google.android.gms:play-services-measurement-sdk-api:21.2.1
| | | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | | \--- com.google.android.gms:play-services-measurement-base:21.2.1 (*)
| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
| | | +--- com.google.firebase:firebase-common:20.2.0 -> 20.3.2 (*)
| | | +--- com.google.firebase:firebase-components:17.0.1 -> 17.1.0 (*)
| | | +--- com.google.firebase:firebase-installations:17.0.1 -> 17.1.3 (*)
| | | +--- com.google.firebase:firebase-installations-interop:17.0.0 -> 17.1.0 (*)
| | | \--- com.google.firebase:firebase-measurement-connector:19.0.0 (*)
| | \--- com.google.android.gms:play-services-measurement-sdk:21.2.1
| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.android.gms:play-services-measurement-base:21.2.1 (*)
| | \--- com.google.android.gms:play-services-measurement-impl:21.2.1 (*)
| \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
+--- project :device_info (*)
+--- project :firebase_auth
| +--- project :firebase_core (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- com.google.firebase:firebase-bom:31.4.0 (*)
| +--- com.google.firebase:firebase-auth -> 21.2.0
| | +--- androidx.browser:browser:1.4.0 (*)
| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
| | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
| | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -> 1.1.0 (*)
| | +--- com.google.android.gms:play-services-auth-api-phone:17.4.0 -> 18.0.1 (*)
| | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | +--- com.google.android.gms:play-services-safetynet:17.0.0
| | | +--- com.google.android.gms:play-services-base:17.0.0 -> 18.0.1 (*)
| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.1.0 (*)
| | | \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.2 (*)
| | +--- com.google.android.gms:play-services-tasks:18.0.2 (*)
| | +--- com.google.android.play:integrity:1.0.1
| | | +--- com.google.android.gms:play-services-basement:16.0.1 -> 18.1.0 (*)
| | | \--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.0.2 (*)
| | +--- com.google.android.recaptcha:recaptcha:18.0.1
| | | +--- com.google.android.gms:play-services-basement:18.1.0 (*)
| | | +--- com.google.android.gms:play-services-tasks:18.0.2 (*)
| | | +--- com.google.android.play:integrity:1.0.1 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.8.10 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -> 1.6.4 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0 -> 1.6.4
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 (*)
| | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.0.2 (*)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 (*)
| | +--- com.google.firebase:firebase-auth-interop:20.0.0 (*)
| | +--- com.google.firebase:firebase-common:20.2.0 -> 20.3.2 (*)
| | \--- com.google.firebase:firebase-components:17.0.1 -> 17.1.0 (*)
| \--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*)
+--- project :posthog_flutter
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- com.posthog.android:posthog:1.1.1
| \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
+--- project :package_info_plus
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.8.10 (*)
+--- project :device_info_plus
| \--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
+--- project :emoji_picker_flutter
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.8.0 (*)
+--- project :flutter_image_compress
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.exifinterface:exifinterface:1.3.3 -> 1.3.6 (*)
| +--- androidx.heifwriter:heifwriter:1.0.0
| | \--- androidx.annotation:annotation:1.0.0 -> 1.5.0 (*)
| \--- commons-io:commons-io:2.6
+--- project :flutter_sound_lite
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| +--- androidx.media:media:1.2.0 -> 1.6.0 (*)
| +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.1 (*)
| \--- com.github.canardoux:flutter_sound_core:8.5.0
| +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
| +--- androidx.media:media:1.2.0 -> 1.6.0 (*)
| \--- androidx.appcompat:appcompat:1.2.0 -> 1.4.1 (*)
+--- project :flutter_web_browser
| +--- io.flutter:flutter_embedding_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314 (*)
| \--- androidx.browser:browser:1.4.0 (*)
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.0 (*)
+--- io.flutter:armeabi_v7a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:arm64_v8a_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_64_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- io.flutter:x86_debug:1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314
+--- com.amitshekhar.android:debug-db-encrypt:1.0.6
| +--- com.amitshekhar.android:debug-db-base:1.0.6
| | +--- com.google.code.gson:gson:2.8.5 -> 2.9.0
| | \--- android.arch.persistence.room:runtime:1.1.1 -> androidx.room:room-runtime:2.2.5 (*)
| \--- net.zetetic:android-database-sqlcipher:3.5.9
+--- com.google.android.gms:play-services-base:18.0.1 (*)
+--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.71
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.71 -> 1.8.10 (*)
+--- com.android.support:multidex:1.0.3 -> androidx.multidex:multidex:2.0.0
\--- com.google.android.gms:play-services-maps:18.0.2 -> 18.1.0 (*)
debugRuntimeElements - Runtime elements for debug (n)
No dependencies
As I suspected, you have some other plugin which is importing the same "logger" SDK that the plugin uses org.slf4j
Your plugin project :amplify_auth_cognito_android
. That plugin ultimately imports org.slf4j:slf4j-api:2.0.1
while flutter_background_geolocation
imports 1.7.36
but gets bumped up to 2.0.1
due to the dependency above:
org.slf4j:slf4j-api:1.7.36 -> 2.0.1
, which flutter_background_geolocation
doesn't seem to like.
I will have to investigate what upgrading to org.slf4j:slf4j-api:2.0.1
will do to the plugin. There is no easy fix for this.
Ok, I'll try downgrading the other plugin version in the meantime. Thanks for your help
The plugin imports slf4j
from logback-android
from its build.gradle
with the following versions:
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'com.github.tony19:logback-android:2.0.1'
I quickly did a test with the latest version of logback-android
and it seems to have no issues.
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'com.github.tony19:logback-android:3.0.0'
}
I'll do a bit more testing with this and push a release with logback-android
and its corresponding slf4j
version as above. It should fix the problem.
I did a test making that change in your plugin locally (pub cache) and it worked!
Good work.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.