From 0741429bb70ab6c8a4b1a1d05203f88c0ca12564 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Thu, 25 Jul 2019 15:26:25 +0100 Subject: [PATCH] #239 ReLinker should be used to load library --- android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle index f6dc961..4ff6a01 100644 --- a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle +++ b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle @@ -14,4 +14,8 @@ android { proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } -} \ No newline at end of file +} + +dependencies { + implementation 'com.getkeepsafe.relinker:relinker:1.3.1' +}