Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 19, 2024
1 parent cf1b488 commit 2343976
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.3.2
* Fix documentation issue (Android version was missing a zero in all docs)
* Dependency Updates
* WARDEN-roboto 1.7.1 (also fixing the same documentation issue)
* Kotlin 2.1.0
* Signum Indispensable 3.12.0
* Bouncy Castle 1.79

## 2.3.1
* Fix wrong dependency

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins { id("at.asitplus.gradle.conventions") version "2.0.20+20240920" }
plugins { id("at.asitplus.gradle.conventions") version "2.1.0+20241204" }

group = "at.asitplus"

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jdk.version=17
artifactVersion=2.3.2-SNAPSHOT
androidAttestationVersion=1.7.1-SNAPSHOT
artifactVersion=2.3.2
androidAttestationVersion=1.7.1
2 changes: 1 addition & 1 deletion warden-roboto
2 changes: 1 addition & 1 deletion warden/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sourceSets.test {
dependencies {
api("at.asitplus:warden-roboto:$androidAttestationVersion")
api(datetime())
implementation("at.asitplus.signum:indispensable:3.9.0")
implementation("at.asitplus.signum:indispensable:3.12.0")
implementation("ch.veehait.devicecheck:devicecheck-appattest:0.9.6")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2")
implementation("net.swiftzer.semver:semver:1.2.0")
Expand Down

0 comments on commit 2343976

Please sign in to comment.