Bump deps

This commit is contained in:
Adam Velebil 2022-12-19 16:18:23 +01:00
parent fe3cfcb123
commit 7bdda4d998
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
5 changed files with 8 additions and 8 deletions

View File

@ -97,7 +97,7 @@ dependencies {
// Lifecycle
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.fragment:fragment-ktx:1.5.4'
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.7.0'

View File

@ -9,7 +9,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
}
}
@ -27,7 +27,7 @@ allprojects {
yubiKitVersion = "2.1.0"
junitVersion = "4.13.2"
mockitoVersion = "4.9.0"
mockitoVersion = "4.10.0"
}
}

View File

@ -46,7 +46,7 @@ android {
}
dependencies {
def camerax_version = "1.1.0"
def camerax_version = "1.2.0"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"

View File

@ -77,7 +77,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.2"
version: "2.3.3"
build_runner_core:
dependency: transitive
description:
@ -242,7 +242,7 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.3.2"
freezed_annotation:
dependency: "direct main"
description:

View File

@ -67,8 +67,8 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.1
build_runner: ^2.3.2
freezed: ^2.2.1
build_runner: ^2.3.3
freezed: ^2.3.2
json_serializable: ^6.5.4
# For information on the generic Dart part of this file, see the