This commit is contained in:
Adam Velebil 2023-02-10 08:47:40 +01:00
commit 2ffd9ea8a8
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 5 additions and 5 deletions

View File

@ -102,7 +102,7 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.5.5' implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.7.0' implementation 'com.google.android.material:material:1.8.0'
// testing dependencies // testing dependencies
testImplementation "junit:junit:$project.junitVersion" testImplementation "junit:junit:$project.junitVersion"

View File

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.4.0' classpath 'com.android.tools.build:gradle:7.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
@ -27,7 +27,7 @@ allprojects {
yubiKitVersion = "2.2.0" yubiKitVersion = "2.2.0"
junitVersion = "4.13.2" junitVersion = "4.13.2"
mockitoVersion = "5.0.0" mockitoVersion = "5.1.1"
} }
} }

View File

@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.4.0' classpath 'com.android.tools.build:gradle:7.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
@ -49,7 +49,7 @@ android {
} }
dependencies { dependencies {
def camerax_version = "1.2.0" def camerax_version = "1.2.1"
implementation "androidx.camera:camera-lifecycle:${camerax_version}" implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}" implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}"