apply plugin: 'com.android.library' android { compileSdkVersion 33 defaultConfig { minSdkVersion 21 targetSdkVersion 33 consumerProguardFiles 'consumer-rules.pro' } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } namespace 'gr.thmmy.emojis' }