diff --git a/build-logic/src/main/kotlin/com/adevinta/spark/ProjectExtensions.kt b/build-logic/src/main/kotlin/com/adevinta/spark/ProjectExtensions.kt index 5b433de21..d63d72e44 100644 --- a/build-logic/src/main/kotlin/com/adevinta/spark/ProjectExtensions.kt +++ b/build-logic/src/main/kotlin/com/adevinta/spark/ProjectExtensions.kt @@ -46,7 +46,7 @@ internal val Project.isAndroid: Boolean get() = pluginManager.hasPlugin("com.and internal val Project.isJavaPlatform: Boolean get() = pluginManager.hasPlugin("org.gradle.java-platform") internal fun Project.android( - configure: CommonExtension<*, *, *, *>.() -> Unit, + configure: CommonExtension<*, *, *, *, *>.() -> Unit, ) = when { isAndroidApplication -> androidApplication(configure) isAndroidLibrary -> androidLibrary(configure) @@ -67,7 +67,7 @@ internal fun Project.androidTest( ) = configure(configure) internal fun Project.configureAndroid( - configure: CommonExtension<*, *, *, *>.() -> Unit, + configure: CommonExtension<*, *, *, *, *>.() -> Unit, ) = android { compileOptions { sourceCompatibility = JavaVersion.VERSION_11 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a16bd6845..49e9752b1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist = "0.30.1" -android-gradlePlugin = "8.0.2" +android-gradlePlugin = "8.1.0" androidx-activity = "1.7.2" androidx-appCompat = "1.6.1" androidx-compose-bom = "2023.04.01" diff --git a/spark/src/main/res/values-fr/strings.xml b/spark/src/main/res/values-fr/strings.xml index cfcc163d1..5d8abb3e1 100644 --- a/spark/src/main/res/values-fr/strings.xml +++ b/spark/src/main/res/values-fr/strings.xml @@ -47,8 +47,8 @@ Plus de %1$d nouvelles notifications Nouvelle notification - - %d nouvelle notification + + %d nouvelle notification %d nouvelles notifications %d nouvelles notifications @@ -60,4 +60,4 @@ Obligatoire Tout supprimer - \ No newline at end of file +