Skip to content

Commit

Permalink
Merge pull request #134 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Aug 18, 2023
2 parents 2628992 + 7389892 commit 8e64e39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation(libs.koin.androidx.compose)

//implementation("io.github.koalaplot:koalaplot-core:0.1.0-SNAPSHOT")
implementation("com.patrykandpatryk.vico:compose:1.6.5")
implementation("com.patrykandpatryk.vico:compose:1.10.0")

testImplementation(libs.junit)
testImplementation(libs.koin.test)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import com.patrykandpatryk.vico.compose.axis.horizontal.bottomAxis
import com.patrykandpatryk.vico.compose.axis.vertical.startAxis
import com.patrykandpatryk.vico.compose.chart.Chart
import com.patrykandpatryk.vico.compose.chart.column.columnChart
import com.patrykandpatryk.vico.compose.component.shape.lineComponent
import com.patrykandpatryk.vico.compose.component.lineComponent
import com.patrykandpatryk.vico.core.DefaultDimens
import com.patrykandpatryk.vico.core.component.shape.Shapes
import com.patrykandpatryk.vico.core.entry.ChartEntry
Expand Down Expand Up @@ -93,7 +93,9 @@ fun PlayerDetailsView(viewModel: FantasyPremierLeagueViewModel, player: Player,
)
}) {
Column(
modifier = Modifier.padding(it).fillMaxSize(),
modifier = Modifier
.padding(it)
.fillMaxSize(),
horizontalAlignment = Alignment.CenterHorizontally
) {
Spacer(modifier = Modifier.size(16.dp))
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ kotlinxDateTime = "0.4.0"
androidGradlePlugin = "8.1.0"
koin = "3.4.3"
koinCompose = "3.4.6"
ktor = "2.3.2"
ktor = "2.3.3"
slf4j = "2.0.7"
realm = "1.10.2"
kmpNativeCoroutines = "1.0.0-ALPHA-13"
kmpNativeCoroutines = "1.0.0-ALPHA-17"

androidxActivity = "1.7.2"
androidxComposeCompiler = "1.5.1"
jbComposeCompiler = "1.5.0"
androidxComposeBom = "2023.06.01"
androidxNavigationCompose = "2.6.0"
androidxComposeBom = "2023.08.00"
androidxNavigationCompose = "2.7.0"
androidxLifecycle = "2.6.1"

composeMultiplatform = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 8e64e39

Please sign in to comment.