11/*
2+ * Copyright (C) 2021 HyperDevs
3+ *
24 * Copyright (C) 2019 BQ
35 *
46 * Licensed under the Apache License, Version 2.0 (the "License");
1416 * limitations under the License.
1517 */
1618
17- apply plugin : ' com.android.application'
19+ apply plugin : " com.android.application"
1820
19- apply plugin : ' kotlin-android'
20- apply plugin : ' kotlin-android-extensions'
21+ apply plugin : " kotlin-android"
22+ apply plugin : " kotlin-android-extensions"
2123
22- apply plugin : ' com.gladed.androidgitversion'
24+ apply plugin : " com.gladed.androidgitversion"
2325
2426apply from : " $rootDir /gradle/properties_utils.gradle"
2527
@@ -82,7 +84,7 @@ android {
8284
8385 release {
8486 minifyEnabled false
85- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
87+ proguardFiles getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro"
8688 signingConfig signingConfigs. localRelease
8789 }
8890 }
@@ -103,17 +105,17 @@ android {
103105
104106dependencies {
105107 implementation project(" :lib" )
106- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
108+ implementation fileTree(dir : " libs" , include : [" *.jar" ])
107109
108110 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
109111
110- implementation ' androidx.appcompat:appcompat:1.2.0'
111- implementation ' androidx.core:core-ktx:1.3.2'
112- implementation ' androidx.constraintlayout:constraintlayout:2.0.2 '
112+ implementation " androidx.appcompat:appcompat:1.2.0"
113+ implementation " androidx.core:core-ktx:1.3.2"
114+ implementation " androidx.constraintlayout:constraintlayout:2.0.4 "
113115
114- testImplementation ' junit:junit:4.13'
116+ testImplementation " junit:junit:4.13.2 "
115117
116- androidTestImplementation ' androidx.test:runner:1.3.0'
117- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
118- implementation ' com.google.android.material:material:1.2.1 '
118+ androidTestImplementation " androidx.test:runner:1.3.0"
119+ androidTestImplementation " androidx.test.espresso:espresso-core:3.3.0"
120+ implementation " com.google.android.material:material:1.3.0 "
119121}
0 commit comments