Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzukiHonoka committed Nov 20, 2023
1 parent c6bf0f2 commit c1fa351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Binary file modified app/libs/spaceship_aar.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

0 comments on commit c1fa351

Please sign in to comment.