#239 ReLinker should be used to load library

This commit is contained in:
Sean Mac Gillicuddy 2019-07-25 15:26:25 +01:00 committed by Matthieu Gautier
parent becf27286a
commit 0741429bb7

View File

@ -14,4 +14,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
}
dependencies {
implementation 'com.getkeepsafe.relinker:relinker:1.3.1'
}