Skip to content

Commit

Permalink
Merge branch 'release/2.5.0' into merge/release/2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Mar 25, 2024
2 parents 4512205 + 3859561 commit 672c455
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* Version 2.5.0 (released 2024-03-25)
** fido module:
- added support for authenticatorBioEnrollment
- fixed setMinPinLength implementation
- fixed handling of UserVerificationRequirement.DISCOURAGED
** management module:
- deprecated constructors of DeviceInfo
- added DeviceInfo.Builder which replaces deprecated constructors
- added support for reading all pages of YubiKey configuration
- added support for device wide reset
** general updates:
- updated build dependencies and libraries
* Version 2.4.0 (released 2023-11-21)
** fido module (new):
- support for WebAuthn Level 2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -34,7 +34,7 @@ allprojects {
}

subprojects {
version = '2.4.1-SNAPSHOT'
version = '2.5.0'
ext.pomName = "Yubico YubiKit ${project.name.capitalize()}"


Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repositories {

dependencies {
implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.8'
implementation 'com.android.tools.build:gradle:8.3.0'
implementation 'com.android.tools.build:gradle:8.3.1'
}

0 comments on commit 672c455

Please sign in to comment.