Skip to content

Commit

Permalink
更新 Gradle 和 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Dec 1, 2023
1 parent 4e44fd6 commit eae824a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
buildscript {
ext {
agp_version = '8.3.0-alpha15'
agp_version1 = '8.1.3'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.4' apply false
id 'com.android.library' version '8.1.4' apply false
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id("org.jetbrains.kotlin.android") version '1.9.21' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
AndroidXCoreVersion = '1.12.0'
AndroidXCollectionVersion = '1.3.0'
AndroidXRecyclerviewVersion = '1.3.2'
AndroidXFragmentVersion = '1.7.0-alpha06'
AndroidXFragmentVersion = '1.7.0-alpha07'
AndroidXLifecycleVersion = '2.6.2'
AndroidXVectorDrawableVersion = '1.2.0-beta01'
AndroidXVectorDrawableAnimatedVersion = '1.1.0'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Aug 20 20:29:27 CST 2023
#Fri Dec 01 23:49:05 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit eae824a

Please sign in to comment.