Skip to content

Commit

Permalink
Merge PR #1269.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Nov 23, 2023
2 parents 8aadd6d + 54dd4e1 commit 9bf0788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ dependencies {
api "com.yubico.yubikit:fido:$project.yubiKitVersion"
api "com.yubico.yubikit:support:$project.yubiKitVersion"

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1'

// Lifecycle
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
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.6'
Expand All @@ -24,7 +24,7 @@ allprojects {
targetSdkVersion = 34
compileSdkVersion = 34

yubiKitVersion = "2.4.0-beta01"
yubiKitVersion = "2.4.0"
junitVersion = "4.13.2"
mockitoVersion = "5.7.0"
}
Expand Down

0 comments on commit 9bf0788

Please sign in to comment.