diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-11 14:03:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 10:33:30 +0200 |
commit | 8f957ca99454efe1711e2424620d2632bed6cb63 (patch) | |
tree | bf49a0dc2c797257f7a8c1590a299a26b01a2a8c /app/proguard-rules.pro | |
parent | 5715b59ed424a8aee963aa7f4857bba118d20ede (diff) |
Uprev Gradle and dependencies (#1007)
* build: uprev Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: uprev dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* app/proguard: remove Tink rules
I'm assuming the R8 problems fixed by the Tink upgrade cover this as well
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 8e53f558..3ffa9d7c 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -28,10 +28,6 @@ -keep class org.bouncycastle.jce.provider.** { *; } -keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi { *; } -# Tink (for security-crypto) -# I'm most certainly not a fan of this catch-all rule --keep class com.google.crypto.tink.proto.** { *; } - # WhatTheStack -keep class com.haroldadmin.whatthestack.WhatTheStackInitializer { <init>(); |