diff --git a/app/build.gradle b/app/build.gradle index 23115e7..782bc90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'androidx.compose.material3:material3:1.1.2' implementation 'androidx.compose.material3:material3-window-size-class:1.1.2' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation('io.ktor:ktor-serialization-kotlinx-json:2.3.5') + implementation('io.ktor:ktor-serialization-kotlinx-json:2.3.6') implementation files('libs/spaceship_aar.aar') implementation files('libs/spaceship_aar-sources.jar') implementation 'androidx.legacy:legacy-support-v4:1.0.0' diff --git a/app/libs/spaceship_aar.aar b/app/libs/spaceship_aar.aar index 3a34138..31a5974 100644 Binary files a/app/libs/spaceship_aar.aar and b/app/libs/spaceship_aar.aar differ diff --git a/build.gradle b/build.gradle index c3c5966..a7f51f3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.1.2' apply false - id 'com.android.library' version '8.1.2' apply false + id 'com.android.application' version '8.1.4' apply false + id 'com.android.library' version '8.1.4' apply false id 'org.jetbrains.kotlin.android' version '1.8.22' apply false id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.10' } \ No newline at end of file