Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Dec 12, 2024
1 parent ba6b48b commit 15c8497
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions core/platform-services/foss/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@file:OptIn(ExperimentalKotlinGradlePluginApi::class, ExperimentalWasmDsl::class)
@file:OptIn(ExperimentalWasmDsl::class)

import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl

plugins {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ min-sdk = "23"
compile-sdk = "35"
target-sdk = "35"
jdk = "21"
agp = "8.7.2"
agp = "8.7.3"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"
kotlinx-datetime = "0.6.1"
Expand All @@ -18,7 +18,7 @@ google-firebase-analytics-ktx = "22.1.2"
google-firebase-appdistribution = "5.0.0"
google-firebase-config-ktx = "22.0.1"
google-firebase-crashlytics-plugin = "3.0.2"
google-firebase-crashlytics-ktx = "19.2.1"
google-firebase-crashlytics-ktx = "19.3.0"
google-firebase-messaging-ktx = "24.1.0"
google-play-review-ktx = "2.0.2"
google-play-app-update-ktx = "2.1.0"
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ graph TD;
core-->settings-impl
core-->debug-impl
navigation-->core
ui-->core
common-->core
interactor-->core
Expand Down
1 change: 0 additions & 1 deletion readme.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ graph TD;
core-->settings-impl
core-->debug-impl
navigation-->core
ui-->core
common-->core
interactor-->core
Expand Down

0 comments on commit 15c8497

Please sign in to comment.