apply plugin: 'com.android.library' android { compileSdk 34 defaultConfig { minSdk 24 targetSdk 34 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } namespace 'org.litepal' }