Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 3, 2023
1 parent 7561b4d commit e0dd3fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,8 @@ attestation on Android, please re-read the readme!
- Refactor exceptions

### 1.4.0
- Discriminate between temporal certificate validation errors and trust-related ones
- Discriminate between temporal certificate validation errors and trust-related ones

#### 1.4.1
- make all config classes `data` classes
- update to android attestation 1.2.1
2 changes: 1 addition & 1 deletion android-attestation-root
4 changes: 2 additions & 2 deletions attestation-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "at.asitplus"
version = "1.4.0"
version = "1.4.1"

sourceSets.test {
kotlin {
Expand All @@ -20,7 +20,7 @@ sourceSets.test {
}

dependencies {
api("at.asitplus:android-attestation:1.2.0")
api("at.asitplus:android-attestation:1.2.1")
api(datetime())
implementation("ch.veehait.devicecheck:devicecheck-appattest:0.9.6")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2")
Expand Down
2 changes: 1 addition & 1 deletion attestation-service/src/main/kotlin/AttestationService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data class IOSAttestationConfiguration @JvmOverloads constructor(
/**
* Specifies a to-be attested app
*/
class AppData @JvmOverloads constructor(
data class AppData @JvmOverloads constructor(
/**
* Nomen est omen
*/
Expand Down

0 comments on commit e0dd3fd

Please sign in to comment.