Skip to content

Commit

Permalink
feat: 升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojinzi123 committed Dec 15, 2023
1 parent 60db52b commit d4ade36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// 组件化的
classpath libs.component_plugin
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext.versions = [
// 第三方控件的版本号
rxjava : '2.2.21',
rxandroid : "2.1.1",
component_version : "v1.0.4",
android_support_version : "v1.0-beta197",
component_version : "fdec93b0cd",
android_support_version : "v1.0-beta198",
compose_version : "1.5.4",
compose_material_version : "1.5.4",
compose_material3_version : "1.0.1",
Expand Down

0 comments on commit d4ade36

Please sign in to comment.