Skip to content

Commit be92201

Browse files
authored
Merge pull request #90 from joreilly/update_dependencies
update dependencies
2 parents 1c83dfd + 1879d70 commit be92201

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

composeApp/src/commonMain/kotlin/dev/johnoreilly/climatetrace/ui/CountryInfoDetailedView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fun CountryInfoDetailedView(
8585
val filteredCountryAssetEmissionsList = countryAssetEmissionsList.filter { it.sector != null }
8686
if (filteredCountryAssetEmissionsList.isNotEmpty()) {
8787
SectorEmissionsPieChart(countryAssetEmissionsList)
88-
Spacer(modifier = Modifier.size(16.dp))
88+
Spacer(modifier = Modifier.size(32.dp))
8989
CountryAssetEmissionsInfoTreeMapChart(countryAssetEmissionsList)
9090
} else {
9191
Spacer(modifier = Modifier.size(16.dp))

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
kotlin = "2.0.0"
3-
ksp = "2.0.0-1.0.21"
3+
ksp = "2.0.0-1.0.22"
44
kotlinx-coroutines = "1.8.1"
55

66

7-
agp = "8.2.2"
7+
agp = "8.5.0"
88
android-compileSdk = "34"
99
android-minSdk = "24"
1010
android-targetSdk = "34"
1111
androidx-activityCompose = "1.9.0"
12-
compose = "1.6.7"
13-
compose-plugin = "1.6.10"
12+
compose = "1.6.8"
13+
compose-plugin = "1.6.11"
1414
composeWindowSize = "0.5.0"
15-
harawata-appdirs = "1.2.1"
15+
harawata-appdirs = "1.2.2"
1616
koalaplot = "0.5.3"
1717
koin = "3.6.0-Beta4"
1818
koin-android-compose = "3.6.0-Beta4"
@@ -22,7 +22,7 @@ kmpObservableViewModel = "1.0.0-BETA-3"
2222
kstore = "0.8.0"
2323
ktor = "3.0.0-wasm2"
2424
treemapChart = "0.1.1"
25-
voyager= "1.1.0-alpha03"
25+
voyager= "1.1.0-beta02"
2626

2727

2828
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)