apply plugin: 'com.android.library' android { namespace 'com.flask.colorpicker' compileSdk 34 defaultConfig { minSdk 21 targetSdk 34 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.9.0' }