diff --git a/app/build.gradle b/app/build.gradle index 185c0c39..aabc5f2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,6 +12,7 @@ android { versionName = '2.0' ndk { abiFilters 'armeabi-v7a' + cFlags '-DHAVE_INTTYPES_H' } } buildTypes {