Skip to content

Commit

Permalink
chore: 更新依赖库
Browse files Browse the repository at this point in the history
Signed-off-by: xihan123 <srxqzxs@vip.qq.com>
  • Loading branch information
xihan123 committed Mar 3, 2023
1 parent 40efb28 commit 0d86cd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
buildscript {
val appVersionName by extra("2.0.4")
val appVersionCode by extra(204)
val appVersionName by extra("2.0.5")
val appVersionCode by extra(205)
val minSdkVersion by extra(26)
val targetSdkVersion by extra(33)
val coreVersion by extra("1.9.0")
val appcompatVersion by extra("1.7.0-alpha02")
val materialVersion by extra("1.9.0-alpha01")
val YuKiHookVersion by extra("1.1.8")
val accompanistVersion by extra("0.28.0")
val materialVersion by extra("1.9.0-alpha02")
val yuKiHookVersion by extra("1.1.8")
val accompanistVersion by extra("0.29.1-alpha")
val activityVersion by extra("1.8.0-alpha01")
val navComposeVersion by extra("2.6.0-alpha05")
val fastJson2Version by extra("2.0.24") //2.0.21.android
val kotlinxJsonVersion by extra("1.4.1")
val kotlinxJsonVersion by extra("1.5.0")
val coilVersion by extra("2.2.2")
val landscapistVersion by extra("2.1.3")
val kotlinCompilerExtensionVersion by extra("1.4.1-dev-k1.8.10-c312d77f4cb")
val landscapistVersion by extra("2.1.4")
val kotlinCompilerExtensionVersion by extra("1.4.2")
}
plugins {
id("com.android.application") apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ android.defaults.buildfeatures.buildconfig=true
kotlin.mpp.androidSourceSetLayoutVersion=2
suppressKotlinVersionCompatibilityCheck=true
kotlin.version=1.8.10
agp.version=8.1.0-alpha06
agp.version=8.1.0-alpha07

0 comments on commit 0d86cd2

Please sign in to comment.