mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 02:01:36 +03:00
Bump deps
This commit is contained in:
parent
fe3cfcb123
commit
7bdda4d998
@ -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'
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user