Skip to content

Commit 4362169

Browse files
committed
update deps
1 parent ec36e91 commit 4362169

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

flutter_readium/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:8.10.1'
14+
classpath 'com.android.tools.build:gradle:8.11.0'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
}
1717
}
@@ -74,7 +74,7 @@ dependencies {
7474
// implementation "org.readium.kotlin-toolkit:readium-adapter-pspdfkit-navigator:$readium_version"
7575
//implementation "org.readium.kotlin-toolkit:readium-lcp:$readium_version"
7676

77-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1'
78-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
77+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2'
78+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
7979
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
8080
}

flutter_readium/android/src/main/kotlin/dk/nota/flutter_readium/ReadiumReaderView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ internal class ReadiumReaderView(
7777
channel.setMethodCallHandler(null)
7878

7979
navigator.listener = null
80-
navigator?.let {
80+
navigator.let {
8181
fragmentManager.beginTransaction()
8282
.remove(it)
8383
.commitNow()

flutter_readium/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip

flutter_readium/example/android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
21-
id("com.android.application") version "8.10.1" apply false
21+
id("com.android.application") version "8.11.0" apply false
2222
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
2323
}
2424

-297 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)