Skip to content

Commit 21f612b

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent ae64249 commit 21f612b

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ android {
122122
isDefault = true
123123
versionNameSuffix = "-$name"
124124
}
125-
register(IssueTracker.Firebase.name) {
126-
minSdk = buildVersion.minSdkFirebase.get().toInt()
127-
}
125+
register(IssueTracker.Firebase.name)
128126
}
129127

130128
buildTypes {

gradle/toml/android.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ preference = "1.2.1"
5353
recyclerView = "1.4.0"
5454

5555
# https://developer.android.com/jetpack/androidx/releases/savedstate
56-
savedState = "1.3.3"
56+
savedState = "1.4.0"
5757

5858
# https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
5959
swipeRefreshLayout = "1.1.0"

gradle/toml/build.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ isPreview = "false" # true
55
buildTools = "36.1.0"
66
buildToolsPreview = "36.1.0"
77

8-
minSdk = "21"
9-
minSdkFirebase = "23"
8+
minSdk = "23"
109

1110
compileSdk = "36"
1211
compileSdkMinor = "1"

gradle/toml/google.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ googleServices-gradlePlugin = "4.4.4"
77

88
# https://firebase.google.com/docs/android/learn-more#bom
99
# https://maven.google.com/web/index.html?q=firebase-bom
10-
firebase-bom = "34.4.0"
10+
firebase-bom = "34.5.0"
1111

1212
# https://firebase.google.com/docs/crashlytics/get-started?platform=android
1313
# https://firebase.google.com/docs/crashlytics/ndk-reports

gradle/toml/kotlin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlinx-coroutines = "1.10.2"
99
kotlinx-serialization = "1.9.0"
1010

1111
# https://github.com/ktorio/ktor/releases
12-
ktor = "3.3.1"
12+
ktor = "3.3.2"
1313

1414
[libraries]
1515
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }

0 commit comments

Comments
 (0)