Removed spotless

This commit is contained in:
Prathamesh More 2021-12-12 16:53:58 +05:30
parent 2975a33e95
commit 144fcf29bd
4 changed files with 5 additions and 41 deletions

View file

@ -1,13 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 31
compileSdk 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdk 21
targetSdk 31
}
buildTypes {
release {