Skip to content

Commit

Permalink
升级Compose依赖及Build.gradle版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed Dec 20, 2021
1 parent 1a2cf71 commit 05918f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion banner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation "androidx.compose.material:material:$compose_version"

def accompanist_coil_version = "0.15.0"
def accompanist_version = "0.21.4-beta"
def accompanist_version = "0.21.5-rc"
api "com.google.accompanist:accompanist-pager:$accompanist_version"
api "com.google.accompanist:accompanist-coil:$accompanist_coil_version"
api "com.google.accompanist:accompanist-insets:$accompanist_version"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.1.0-beta04'
compose_version = '1.1.0-rc01'
kotlin_version = '1.6.0'
}
repositories {
Expand All @@ -10,7 +10,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
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 @@
#Mon Dec 06 09:26:31 CST 2021
#Mon Dec 20 10:40:05 CST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 05918f4

Please sign in to comment.