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

@ -11,7 +11,6 @@ android {
minSdk 21
targetSdk 31
renderscriptTargetApi 29//must match target sdk and build tools
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
@ -162,6 +161,4 @@ dependencies {
implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
implementation 'cat.ereza:customactivityoncrash:2.3.0'
debugImplementation 'com.github.amitshekhariitbhu:Android-Debug-Database:1.0.6'
}
apply from: '../spotless.gradle'
}