@@ -21,7 +21,7 @@ android {
2121 buildToolsVersion = " 31.0.0"
2222 minSdk = 23
2323 compileSdk = 31
24- targetSdk = 31
24+ targetSdk = 32
2525 multiDexEnabled = true
2626 vectorDrawables {
2727 useSupportLibrary = true
@@ -139,9 +139,9 @@ dependencies {
139139 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
140140 implementation(" androidx.constraintlayout:constraintlayout:2.1.3" )
141141 implementation(" androidx.recyclerview:recyclerview:1.2.1" )
142- implementation(" com.google.android.material:material:1.5 .0" )
143- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 " )
144- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.6.10 " )
142+ implementation(" com.google.android.material:material:1.6 .0" )
143+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 " )
144+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.6.21 " )
145145 implementation(" androidx.multidex:multidex:2.0.1" )
146146
147147 // List of KTX extensions
@@ -173,9 +173,9 @@ dependencies {
173173
174174 // navigation
175175 // https://developer.android.com/jetpack/androidx/releases/navigation
176- implementation(" androidx.navigation:navigation-runtime-ktx:2.3.5 " )
177- implementation(" androidx.navigation:navigation-fragment-ktx:2.3.5 " )
178- implementation(" androidx.navigation:navigation-ui-ktx:2.3.5 " )
176+ implementation(" androidx.navigation:navigation-runtime-ktx:2.4.2 " )
177+ implementation(" androidx.navigation:navigation-fragment-ktx:2.4.2 " )
178+ implementation(" androidx.navigation:navigation-ui-ktx:2.4.2 " )
179179
180180 // coroutines
181181 // https://github.com/Kotlin/kotlinx.coroutines
@@ -184,8 +184,8 @@ dependencies {
184184 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0" )
185185
186186 // moshi
187- implementation(" com.squareup.moshi:moshi-kotlin:1.12 .0" )
188- kapt(" com.squareup.moshi:moshi-kotlin-codegen:1.12 .0" )
187+ implementation(" com.squareup.moshi:moshi-kotlin:1.13 .0" )
188+ kapt(" com.squareup.moshi:moshi-kotlin-codegen:1.13 .0" )
189189
190190 // retrofit
191191 // https://github.com/square/retrofit
@@ -219,7 +219,7 @@ dependencies {
219219
220220 // firebase
221221 // https://firebase.google.com/docs/android/setup
222- implementation(" com.google.firebase:firebase-analytics:20.1.2 " )
222+ implementation(" com.google.firebase:firebase-analytics:21.0.0 " )
223223 implementation(" com.google.firebase:firebase-crashlytics:18.2.10" )
224224
225225 // lottie
@@ -441,8 +441,8 @@ project.afterEvaluate {
441441 // execute file .exec to generate data report
442442 executionData.setFrom(files(" ${project.buildDir} /jacoco/${testTaskName} .exec" ))
443443 reports {
444- xml.isEnabled = true
445- html.isEnabled = true
444+ xml.required.set( true )
445+ html.required.set( true )
446446 }
447447 dependsOn(testTaskName)
448448 }
0 commit comments