This repository was archived by the owner on Oct 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ android {
2727 targetSdkVersion 26
2828 versionCode 1
2929 versionName " 1.0"
30+ consumerProguardFiles(" consumer-proguard-rules.pro" )
3031 }
3132 lintOptions {
3233 abortOnError false
@@ -52,7 +53,7 @@ allprojects {
5253
5354dependencies {
5455 implementation(" com.facebook.react:react-native:+" )
55- implementation(" com.launchdarkly:launchdarkly-android-client-sdk:3.1.0 " )
56+ implementation(" com.launchdarkly:launchdarkly-android-client-sdk:3.1.1 " )
5657 implementation(" com.jakewharton.timber:timber:4.7.1" )
5758 implementation(" com.google.code.gson:gson:2.8.6" )
5859}
Original file line number Diff line number Diff line change 1+ # Add project specific ProGuard rules here.
2+ # By default, the flags in this file are appended to flags specified
3+ # in ~/Library/Android/sdk/tools/proguard/proguard-android.txt
4+ # You can edit the include path and order by changing the proguardFiles
5+ # directive in build.gradle.
6+ #
7+ # For more details, see
8+ # http://developer.android.com/guide/developing/tools/proguard.html
9+
10+ # Add any project specific keep options here:
11+
12+ -keep class com.launchdarkly.sdk.LDUser$Builder { public <methods>; }
13+ -keep class com.launchdarkly.sdk.android.LDConfig$Builder { public <methods>; }
You can’t perform that action at this time.
0 commit comments