Skip to content

Commit

Permalink
kotlin 2.0.0-RC3, compose 1.6.10-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
babichev.a committed May 14, 2024
1 parent 298076e commit 3092783
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ compileSdk = "34"
targetSdk = "34"
minSdk = "21"
jdk = "17"
kotlin = "2.0.0-RC2"
kotlin = "2.0.0-RC3"
agp = "8.4.0"
gms = "4.4.1"
crashlytics = "2.9.9"
compose = "1.6.10-rc01"
composeCompiler = "1.5.11"
compose = "1.6.10-rc02"
composeCompiler = "1.5.13"
coroutines = "1.8.0"
sqlDelight = "2.0.2"
androidxSqlite = "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion ios-compose-kit/iosComposePod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Pod::Spec.new do |spec|
SCRIPT
}
]
spec.resources = ['build/compose/ios/ios_compose_kit/compose-resources']
spec.resources = ['build/compose/cocoapods/compose-resources']
end
2 changes: 1 addition & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EXTERNAL SOURCES:
:path: "../ios-compose-kit"

SPEC CHECKSUMS:
iosComposePod: b7d66af4a0dd85c2e14698ed153b472f0db9af48
iosComposePod: 6b1a3839625a6f599db79573723c6c16d038f9d4
SQLCipher: 905b145f65f349f26da9e60a19901ad24adcd381

PODFILE CHECKSUM: 0dc93a6f6109335ea8cd3f91d2c87cc8c99f04a3
Expand Down
2 changes: 1 addition & 1 deletion iosApp/Pods/Local Podspecs/iosComposePod.podspec.json

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

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.

0 comments on commit 3092783

Please sign in to comment.