Skip to content

Commit

Permalink
gradle 8.11, compose 1.7.1, materialThemePrefs 0.9.1 (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: babichev.a <babichev.a@promail366.com>
  • Loading branch information
artikhon and babichev.a authored Nov 13, 2024
1 parent 2c5c982 commit b5c08ff
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
alias(libs.plugins.gradle.convention) apply false
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.jvm) apply false
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "2.0.21"
agp = "8.7.2"
gms = "4.4.2"
crashlytics = "3.0.2"
compose = "1.7.0"
compose = "1.7.1"
coroutines = "1.9.0"
sqlDelight = "2.0.2"
androidxSqlite = "2.4.0"
Expand All @@ -18,8 +18,8 @@ koin-bom = "4.0.0"
kotlinx-serialization = "1.7.3"
kotlinx-datetime = "0.6.1"
napier = "2.7.1"
materialThemePrefs = "0.9.0"
androidxViewModel = "2.8.3"
materialThemePrefs = "0.9.1"
androidxViewModel = "2.8.4"
androidxNavigation = "2.8.0-alpha10"
androidxActivityCompose = "1.9.3"
androidxComposeTest = "1.7.5"
Expand All @@ -37,7 +37,7 @@ junit = "4.13.2"
mockito = "5.14.1"
turbine = "1.1.0"
espresso = "3.6.1"
desugar = "2.1.2"
desugar = "2.1.3"
androidSecurityLint = "1.0.3"
appdirs = "1.2.2"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Tue Oct 01 17:29:23 GET 2024
#Wed Nov 13 19:15:18 GET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 0dc93a6f6109335ea8cd3f91d2c87cc8c99f04a3

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion iosApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions iosApp/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5c08ff

Please sign in to comment.