diff --git a/android/app/build.gradle b/android/app/build.gradle
index 042a9a9898..8aa3374463 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -49,6 +49,7 @@ android {
}
// Use legacy packaging to helps reduce apk size
packagingOptions{
+ exclude "DebugProbesKt.bin"
jniLibs {
useLegacyPackaging true
}
@@ -356,8 +357,7 @@ dependencies {
implementation files('libs/opuslib-release.aar')
implementation 'com.github.getlantern:secrets-android:f6a7a69f3d'
-// implementation 'com.github.getlantern:db-android:6c0525eeb9'
-// implementation 'com.github.getlantern:messaging-android:eabf104396'
+
implementation 'com.github.getlantern:db-android:a137a028d4'
implementation 'com.github.getlantern:messaging-android:4c346e64ee'
diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro
index 84bca66abd..2c819737d1 100644
--- a/android/app/proguard-rules.pro
+++ b/android/app/proguard-rules.pro
@@ -219,4 +219,3 @@
##---------------Begin: proguard configuration for Signal ----------
-keep class org.whispersystems.** { *; }
##---------------End: proguard configuration for Signal ----------
-#
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index c8944d51fc..26cf9d7237 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -8,8 +8,11 @@
-
-
+
+
+
+
+