-
-
Notifications
You must be signed in to change notification settings - Fork 360
Expand file tree
/
Copy pathproguard-rules.pro
More file actions
17 lines (14 loc) · 755 Bytes
/
proguard-rules.pro
File metadata and controls
17 lines (14 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# Detox Release tests were failing on missing kotlin.Result
# It should be covered by node_modules/detox/android/detox/proguard-rules-app.pro but it seems missing
-keep class kotlin.** { *; }
# Detox references bridge classes removed in RN 0.84
-dontwarn com.facebook.react.bridge.NotThreadSafeBridgeIdleDebugListener