From 9bdcd1510f3cd9d3c93499cd786652895e175bd5 Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 7 Apr 2023 21:59:02 +0200 Subject: [PATCH] Code cleanup --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cdeb734f..7584398c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,17 +7,17 @@ android { buildToolsVersion '33.0.0' defaultConfig { - applicationId "com.cappielloantonio.playforsubsonic" + applicationId 'com.cappielloantonio.playforsubsonic' minSdkVersion 24 targetSdkVersion 33 versionCode 4 - versionName "3.1.0" + versionName '3.1.0' - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { annotationProcessorOptions { - arguments += ["room.schemaLocation": "$projectDir/schemas".toString()] + arguments += ['room.schemaLocation': '$projectDir/schemas'.toString()] } } } @@ -40,19 +40,19 @@ android { } dependencies { - implementation fileTree(dir: "libs", include: ["*.jar"]) + implementation fileTree(dir: 'libs', include: ['*.jar']) // AndroidX implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.room:room-runtime:2.5.1' - implementation "androidx.cardview:cardview:1.0.0" + implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' // Google GMS @@ -63,7 +63,7 @@ dependencies { // SearchBar implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4' - implementation "com.arthurivanets.adapster:adapster:1.0.13" + implementation 'com.arthurivanets.adapster:adapster:1.0.13' // Glide implementation 'com.github.bumptech.glide:glide:4.15.1'