Skip to content

Commit

Permalink
Remove ARM-7
Browse files Browse the repository at this point in the history
  • Loading branch information
valery-osheter committed Nov 27, 2018
1 parent 49b923b commit 4db4e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/MPCCrypto/mpccrypto/build.gradle
Expand Up @@ -15,6 +15,9 @@ android {
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "x86_64", "arm64-v8a"
}

}

Expand All @@ -30,6 +33,7 @@ android {
}
}


}

dependencies {
Expand Down

0 comments on commit 4db4e15

Please sign in to comment.