apply plugin: 'com.android.library' android { compileSdkVersion compile_sdk_version compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } defaultConfig { targetSdkVersion target_sdk_version minSdkVersion min_sdk_version } lintOptions { abortOnError false } resourcePrefix "cpv_" } dependencies { implementation "androidx.appcompat:appcompat:$appcompat_version" implementation 'com.google.android:flexbox:2.0.1' } //apply plugin: 'com.getkeepsafe.dexcount' //apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/artifactory/publication.gradle' //apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/maven/gradle-mvn-push.gradle'