File tree 3 files changed +8
-8
lines changed
composeApp/src/commonMain/kotlin/dev/johnoreilly/climatetrace/ui
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fun CountryInfoDetailedView(
85
85
val filteredCountryAssetEmissionsList = countryAssetEmissionsList.filter { it.sector != null }
86
86
if (filteredCountryAssetEmissionsList.isNotEmpty()) {
87
87
SectorEmissionsPieChart (countryAssetEmissionsList)
88
- Spacer (modifier = Modifier .size(16 .dp))
88
+ Spacer (modifier = Modifier .size(32 .dp))
89
89
CountryAssetEmissionsInfoTreeMapChart (countryAssetEmissionsList)
90
90
} else {
91
91
Spacer (modifier = Modifier .size(16 .dp))
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.0.0"
3
- ksp = " 2.0.0-1.0.21 "
3
+ ksp = " 2.0.0-1.0.22 "
4
4
kotlinx-coroutines = " 1.8.1"
5
5
6
6
7
- agp = " 8.2.2 "
7
+ agp = " 8.5.0 "
8
8
android-compileSdk = " 34"
9
9
android-minSdk = " 24"
10
10
android-targetSdk = " 34"
11
11
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 "
14
14
composeWindowSize = " 0.5.0"
15
- harawata-appdirs = " 1.2.1 "
15
+ harawata-appdirs = " 1.2.2 "
16
16
koalaplot = " 0.5.3"
17
17
koin = " 3.6.0-Beta4"
18
18
koin-android-compose = " 3.6.0-Beta4"
@@ -22,7 +22,7 @@ kmpObservableViewModel = "1.0.0-BETA-3"
22
22
kstore = " 0.8.0"
23
23
ktor = " 3.0.0-wasm2"
24
24
treemapChart = " 0.1.1"
25
- voyager = " 1.1.0-alpha03 "
25
+ voyager = " 1.1.0-beta02 "
26
26
27
27
28
28
[libraries ]
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments