Fix CI again

This commit is contained in:
ganfra 2023-01-16 19:38:04 +01:00
parent 0fc8ed9b33
commit b3aa9f7ba2
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
/*
* Copyright (c) 2022 New Vector Ltd
*
@ -169,7 +171,8 @@ dependencies {
implementation(project(":anvilannotations"))
anvil(project(":anvilcodegen"))
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.0")
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
implementation(libs.compose.destinations)
ksp(libs.compose.destinations.processor)
implementation(libs.appyx.core)