Skip to content

Commit 122dce6

Browse files
committed
readme: now supports loading all formats
1 parent f6088f6 commit 122dce6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This app supports generating, saving, loading, parsing and verifying Android [ke
55

66
The app is used for self-testing, so it has no network permission. The certificate revocation data is embedded in the apk and will not be updated online. If the system is compromised, parsing and verifying is not safe, you should save the data to a file and then load the file on another device to verify it.
77

8-
This app also supports loading attestation data generated by other software, and the supported storage format is [PkiPath and PKCS7](https://docs.oracle.com/en/java/javase/17/docs/specs/security/standard-names.html#certpath-encodings).
8+
This app also supports loading certificate chain generated by other software.
99

1010
Useful links
1111
---
@@ -20,8 +20,6 @@ Useful links
2020

2121
[RKP documentation](https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/security/rkp/README.md)
2222

23-
[Legacy keymaster tags](https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/keymaster/3.0/types.hal)
24-
2523
License
2624
-------
2725

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
minSdk = 24
3434
targetSdk = 35
3535
versionCode = gitCommitCount
36-
versionName = '1.6.0'
36+
versionName = '1.8.3'
3737
resourceConfigurations += ['en', 'zh-rCN', 'pt-rBR']
3838
optimization {
3939
keepRules {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
android.useAndroidX=true
22
org.gradle.configuration-cache=true
33
org.gradle.configuration-cache.parallel=true
4+
org.gradle.configureondemand=true

0 commit comments

Comments
 (0)