Feat/tee (#39) - Fix iOS camera/qrcode scanning - Bring TEE proving

Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
This commit is contained in:
turnoffthiscomputer
2025-02-09 02:54:17 +01:00
committed by GitHub
parent 62588cb4cb
commit 25aac30fb1
27 changed files with 2146 additions and 727 deletions

View File

@@ -157,4 +157,8 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation 'io.fotoapparat:fotoapparat:2.7.0'
implementation "androidx.concurrent:concurrent-futures:1.1.0"
implementation "com.google.guava:guava:31.1-android"
implementation "androidx.profileinstaller:profileinstaller:1.3.1"
}