From 5a9958793dcffd29c8913070eb89efc50997dceb Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 11 Nov 2020 16:43:16 +0000 Subject: [PATCH] Keep dependency injection annotations at runtime. --- briar-android/proguard-rules.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/briar-android/proguard-rules.txt b/briar-android/proguard-rules.txt index ffa9736ca..346310593 100644 --- a/briar-android/proguard-rules.txt +++ b/briar-android/proguard-rules.txt @@ -37,3 +37,6 @@ # Glide -dontwarn com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper + +# Dependency injection annotations, needed for UI tests on older API levels +-keep class javax.inject.**