apply plugin: 'com.android.library' android { compileSdkVersion 32 defaultConfig { minSdkVersion 24 targetSdkVersion 32 ndk { abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a' } } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } namespace 'com.spatialite' }