Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit da098cd

Browse files
prepare 5.0.1 release (#92)
1 parent 35620dd commit da098cd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5354
dependencies {
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
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>; }

0 commit comments

Comments
 (0)