plugins { id 'com.android.library' } android { compileSdkVersion 30 defaultConfig { minSdkVersion 24 targetSdkVersion 29 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } namespace 'com.process.editor' } dependencies { api 'androidx.appcompat:appcompat:1.2.0' api 'androidx.constraintlayout:constraintlayout:2.0.4' }