Improve gradle task configuration
1. Declare explicit dependency to allow incremental build for installation tasks 2. Eliminate lint errors
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
id=tricky_store
|
||||
name=TEESimulator
|
||||
version=REPLACEMEVER
|
||||
versionCode=REPLACEMEVERCODE
|
||||
version=${REPLACEMEVER}
|
||||
versionCode=${REPLACEMEVERCODE}
|
||||
author=JingMatrix, beakthoven
|
||||
description=Software simulation for Android hardware-backed key pairs with key attestation
|
||||
updateJson=https://raw.githubusercontent.com/JingMatrix/TEESimulator/main/update.json
|
||||
|
||||
Reference in New Issue
Block a user