Skip to content

Commit

Permalink
remove not supported ABIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamal committed Sep 23, 2019
1 parent 2d2186a commit a7a988a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android-gif-drawable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ android {
} else {
cFlags '-DNDEBUG', '-Os', '-g0', '-fvisibility=hidden'
}

abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "mips", "mips64", "x86", "x86_64"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
}
Expand Down

0 comments on commit a7a988a

Please sign in to comment.