Skip to content

Commit c7b9bc2

Browse files
committed
Update dependencies
1 parent 5c7e221 commit c7b9bc2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.launium.mcping"
1919
minSdk = 21
2020
targetSdk = 35
21-
versionCode = 10
22-
versionName = "0.3.4"
21+
versionCode = 11
22+
versionName = "0.3.5"
2323
base.archivesName="MCPing-$versionName"
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
@@ -62,15 +62,15 @@ kotlin {
6262
dependencies {
6363
ksp("androidx.room:room-compiler:2.6.1")
6464
implementation("androidx.room:room-runtime:2.6.1")
65-
implementation("io.ktor:ktor-network:3.0.0")
65+
implementation("io.ktor:ktor-network:3.1.2")
6666
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
67-
implementation("com.alibaba.fastjson2:fastjson2:2.0.53.android5")
68-
implementation("androidx.core:core-ktx:1.13.1")
67+
implementation("com.alibaba.fastjson2:fastjson2:2.0.56.android5")
68+
implementation("androidx.core:core-ktx:1.15.0")
6969
implementation("androidx.appcompat:appcompat:1.7.0")
7070
implementation("com.google.android.material:material:1.12.0")
71-
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
72-
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
73-
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
71+
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
72+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
73+
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
7474
testImplementation("junit:junit:4.13.2")
7575
androidTestImplementation("androidx.test.ext:junit:1.1.5")
7676
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.7.0" apply false
4-
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
5-
id("com.google.devtools.ksp") version "2.0.21-1.0.25" apply false
3+
id("com.android.application") version "8.7.3" apply false
4+
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
5+
id("com.google.devtools.ksp") version "2.1.20-1.0.31" apply false
66
}

0 commit comments

Comments
 (0)