File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
shared/src/commonMain/kotlin/dev/johnoreilly/confetti Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Confetti 🎊
2
2
3
- ![ kotlin-version] ( https://img.shields.io/badge/kotlin-2.2.0 -blue?logo=kotlin )
3
+ ![ kotlin-version] ( https://img.shields.io/badge/kotlin-2.2.20-Beta1 -blue?logo=kotlin )
4
4
5
5
[ <img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg "
6
6
alt="Get it on Google Play Store"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ org.gradle.parallel=true
5
5
6
6
# Kotlin
7
7
kotlin.code.style =official
8
+ kotlin.native.binary.smallBinary =true
8
9
9
10
# Android
10
11
android.useAndroidX =true
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 2.2.0 "
3
- ksp = " 2.2.0 -2.0.2"
2
+ kotlin = " 2.2.20-Beta1 "
3
+ ksp = " 2.2.20-Beta1 -2.0.2"
4
4
kotlinx-coroutines = " 1.10.2"
5
5
kotlinx-datetime = " 0.6.0"
6
6
kotlinx-serialization = " 1.9.0"
7
7
apollo-kotlin-execution = " 0.1.1-SNAPSHOT-fd7fa806b95c5b9046494989a7dd478c47237e12"
8
8
compatPatrouille = " 0.0.0"
9
9
10
- agp = " 8.11.0 "
10
+ agp = " 8.11.1 "
11
11
activity-compose = " 1.10.1"
12
- androidx-lifecycle = " 2.9.1 "
12
+ androidx-lifecycle = " 2.9.2 "
13
13
androidx-datastore = " 1.1.7"
14
14
apollo = " 4.3.1"
15
15
apollo-cache = " 1.0.0-alpha.4"
@@ -31,11 +31,11 @@ kermit = "2.0.6"
31
31
kmmbridge = " 0.5.7"
32
32
koin = " 4.1.0"
33
33
kotlinx-coroutines-play-services = " 1.10.2"
34
- lifecycle = " 2.9.1 "
35
- lifecycle-livedata-ktx = " 2.9.1 "
36
- materialkolor = " 2.1.1 "
34
+ lifecycle = " 2.9.2 "
35
+ lifecycle-livedata-ktx = " 2.9.2 "
36
+ materialkolor = " 3.0.0 "
37
37
multiplatform-settings = " 1.3.0"
38
- nav-compose = " 2.9.1 "
38
+ nav-compose = " 2.9.2 "
39
39
okio = " 3.15.0"
40
40
permissions = " 0.19.1"
41
41
permissionsCompose = " 0.19.1"
Original file line number Diff line number Diff line change 23
23
<key >CFBundlePackageType </key >
24
24
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
25
25
<key >CFBundleShortVersionString </key >
26
- <string >1.0.12 </string >
26
+ <string >1.0.14 </string >
27
27
<key >CFBundleURLTypes </key >
28
28
<array >
29
29
<dict >
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ class ApolloClientCache : KoinComponent {
123
123
.addHttpHeader(" conference" , conference)
124
124
.normalizedCache(
125
125
normalizedCacheFactory,
126
+ enableOptimisticUpdates = true ,
126
127
writeToCacheAsynchronously = writeToCacheAsynchronously,
127
128
cacheResolver = CacheControlCacheResolver (
128
129
SchemaCoordinatesMaxAgeProvider (
You can’t perform that action at this time.
0 commit comments