mirror of
https://github.com/aaa1115910/bv.git
synced 2025-08-06 15:21:01 +08:00
更新依赖
This commit is contained in:
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="2.0.0" />
|
||||
<option name="version" value="2.1.0" />
|
||||
</component>
|
||||
</project>
|
@ -2,9 +2,9 @@ import java.io.File
|
||||
|
||||
object AppConfiguration {
|
||||
const val appId = "dev.aaa1115910.bv"
|
||||
const val compileSdk = 34
|
||||
const val compileSdk = 35
|
||||
const val minSdk = 21
|
||||
const val targetSdk = 34
|
||||
const val targetSdk = 35
|
||||
private const val major = 0
|
||||
private const val minor = 2
|
||||
private const val patch = 10
|
||||
|
@ -1,18 +1,18 @@
|
||||
[versions]
|
||||
activity = "1.9.1"
|
||||
compose = "1.7.0-rc01"
|
||||
compose-constraintlayout = "1.0.1"
|
||||
compose-material3 = "1.3.0-rc01"
|
||||
activity = "1.9.3"
|
||||
compose = "1.7.5"
|
||||
compose-constraintlayout = "1.1.0"
|
||||
compose-material3 = "1.3.1"
|
||||
#noinspection GradleDependency https://issuetracker.google.com/issues/361611808
|
||||
compose-tv = "1.0.0-rc01"
|
||||
compose-tv-foundation = "1.0.0-alpha11"
|
||||
core = "1.13.1"
|
||||
core = "1.15.0"
|
||||
core-splashscreen = "1.0.1"
|
||||
dataStore = "1.1.1"
|
||||
lifecycle = "2.8.4"
|
||||
media3 = "1.4.1"
|
||||
lifecycle = "2.8.7"
|
||||
media3 = "1.5.0"
|
||||
room = "2.6.1"
|
||||
webkit = "1.11.0"
|
||||
webkit = "1.12.1"
|
||||
|
||||
[libraries]
|
||||
# https://developer.android.com/jetpack/androidx/releases/activity
|
||||
|
@ -1,9 +1,9 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
agp = "8.7.3"
|
||||
firebase-crashlytics = "3.0.1"
|
||||
gms = "4.4.2"
|
||||
kotlin = "2.0.0"
|
||||
ksp = "2.0.0-1.0.24"
|
||||
kotlin = "2.1.0"
|
||||
ksp = "2.1.0-1.0.29"
|
||||
protobuf = "0.9.4"
|
||||
versions = "0.51.0"
|
||||
|
||||
|
@ -6,15 +6,15 @@ firebase-bom = "33.2.0"
|
||||
geetest-sensebot = "4.4.2.1"
|
||||
grpc = "1.63.0"
|
||||
grpc-kotlin = "1.4.1"
|
||||
jsoup = "1.18.1"
|
||||
jsoup = "1.18.3"
|
||||
koin = "3.5.6"
|
||||
koin-compose = "3.5.6"
|
||||
kotlinx-coroutines = "1.8.1"
|
||||
kotlinx-serialization = "1.7.2"
|
||||
ktor = "2.3.12"
|
||||
kotlinx-coroutines = "1.9.0"
|
||||
kotlinx-serialization = "1.7.3"
|
||||
ktor = "3.0.2"
|
||||
ktor-jsoup = "2.3.0"
|
||||
logging = "7.0.0"
|
||||
lottie = "6.5.1"
|
||||
logging = "7.0.3"
|
||||
lottie = "6.6.1"
|
||||
material = "1.12.0"
|
||||
protobuf = "4.26.1"
|
||||
#noinspection GradleDependency 之后的版本要求 minSDK >= 23
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Sun Nov 20 12:22:18 CST 2022
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Reference in New Issue
Block a user