File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
composeApp/src/commonMain/kotlin/dev/johnoreilly/climatetrace/ui Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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))
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.0"
3- ksp = " 2.0.0-1.0.21 "
3+ ksp = " 2.0.0-1.0.22 "
44kotlinx-coroutines = " 1.8.1"
55
66
7- agp = " 8.2.2 "
7+ agp = " 8.5.0 "
88android-compileSdk = " 34"
99android-minSdk = " 24"
1010android-targetSdk = " 34"
1111androidx-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 "
1414composeWindowSize = " 0.5.0"
15- harawata-appdirs = " 1.2.1 "
15+ harawata-appdirs = " 1.2.2 "
1616koalaplot = " 0.5.3"
1717koin = " 3.6.0-Beta4"
1818koin-android-compose = " 3.6.0-Beta4"
@@ -22,7 +22,7 @@ kmpObservableViewModel = "1.0.0-BETA-3"
2222kstore = " 0.8.0"
2323ktor = " 3.0.0-wasm2"
2424treemapChart = " 0.1.1"
25- voyager = " 1.1.0-alpha03 "
25+ voyager = " 1.1.0-beta02 "
2626
2727
2828[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments