Skip to content

Commit

Permalink
Bump dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
npresseault authored May 6, 2024
1 parent ab2dfd2 commit 7e70269
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ private object Constants {
}

internal fun Project.configureKotlinAndroid(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
) {
commonExtension.apply {
compileSdk = 34
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ private fun AnnotatedString.Builder.addRangeStyle(range: PilotRichTextRange, tex
private fun PilotRichTextRange.toComposeSpanStyle(textStyleResourceProvider: PilotTextStyleResourceProvider): SpanStyle? =
when (val currentSpan = span) {
is PilotRichTextSpan.Style -> textStyleResourceProvider.textStyleForResource(currentSpan.resource)?.toSpanStyle()
else -> null
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ android.enableJetifier=true
android.useAndroidX=true
kotlin.native.cacheKind=none
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
version=0.2.11-SNAPSHOT
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotlin = "1.9.22"
agp = "8.2.2"
kotlin = "1.9.23"
agp = "8.4.0"
ktlint = "12.1.0"
binary-compatibility = "0.13.2"
androidx-compose-runtime = "1.6.3"
androidx-compose-runtime = "1.6.7"
androidx-compose-material3 = "1.2.1"
androidx-lifecycle = "2.7.0"
androidx-navigation = "2.7.7"
androidx-activity-compose = "1.8.2"
androidx-compose-compiler = "1.5.9"
kotlinx-coroutines = "1.7.3"
androidx-activity-compose = "1.9.0"
androidx-compose-compiler = "1.5.13"
kotlinx-coroutines = "1.8.0"
mirego-publish = "1.5"
coil = "2.5.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.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7e70269

Please sign in to comment.