Skip to content

Commit

Permalink
Merge pull request #1941 from dimagi/64bitMarkdownFix
Browse files Browse the repository at this point in the history
Adds Bypass aar from maven repo to include the .so files for 64 bit processors
  • Loading branch information
wpride authored Feb 9, 2018
2 parents 7ba69ff + df06254 commit a7bda26
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repositories {
dirs 'libs'
}
maven { url 'https://maven.fabric.io/public' }
maven { url "https://jitpack.io" }
}

configurations {
Expand Down Expand Up @@ -74,6 +75,7 @@ dependencies {
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
transitive = true;
}
compile 'com.github.budsmile:bypass-android:1.0.5'
}

ext {
Expand Down
Binary file removed app/libs/armeabi-v7a/libbypass.so
Binary file not shown.
Binary file removed app/libs/armeabi/libbypass.so
Binary file not shown.
Binary file removed app/libs/bypass.jar
Binary file not shown.
Binary file removed app/libs/mips/libbypass.so
Binary file not shown.
Binary file removed app/libs/x86/libbypass.so
Binary file not shown.

0 comments on commit a7bda26

Please sign in to comment.