Skip to content

Commit 6070f72

Browse files
committed
Updating Boilerplate and ProGuard config
1 parent 692cda7 commit 6070f72

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
-keep class com.facebook.crypto.** { *; }
23+
-keep class com.facebook.jni.** { *; }
24+
-keepclassmembers class com.facebook.cipher.jni.** { *; }

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ext {
6666
daggerVersion = '2.17'
6767
jsr250Version = '1.0'
6868

69-
boilerplateVersion = '2.0'
69+
boilerplateVersion = '2.1'
7070

7171
rxJavaVersion = '2.2.0'
7272
rxKotlinVersion = '2.3.0'

lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ android {
5050
release {
5151
minifyEnabled false
5252
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
53+
consumerProguardFiles 'proguard-rules.pro'
5354
}
5455
}
5556

0 commit comments

Comments
 (0)