File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/kotlin/dk/nota/flutter_readium Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818
1919plugins {
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
You can’t perform that action at this time.
0 commit comments