apply plugin: 'com.android.library' group = 'com.github.tom79' android { compileSdkVersion 33 defaultConfig { minSdkVersion 15 targetSdkVersion 33 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } namespace 'com.varunest.sparkbutton' lint { abortOnError false } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.6.0' }