Skip to content

Commit

Permalink
更新依赖版本.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed May 12, 2022
1 parent a0b1f73 commit f02a629
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions banner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.zj.banner'
artifactId = 'banner'
version = '2.1.1'
version = '2.2.0'
}
// // Creates a Maven publication called “debug”.
// debug(MavenPublication) {
Expand Down Expand Up @@ -69,9 +69,9 @@ dependencies {
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.ui:ui-util:$compose_version"

implementation 'io.coil-kt:coil-compose:2.0.0-rc03'
implementation 'io.coil-kt:coil-compose:2.0.0'

def accompanist_version = "0.24.7-alpha"
def accompanist_version = "0.24.8-beta"
api "com.google.accompanist:accompanist-pager:$accompanist_version"
api "com.google.accompanist:accompanist-pager-indicators:$accompanist_version"

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.2.0-alpha08'
kotlin_version = '1.6.20'
compose_version = '1.2.0-beta01'
kotlin_version = '1.6.21'
}
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.0'
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 Mar 14 17:20:38 CST 2022
#Thu May 12 21:32:17 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit f02a629

Please sign in to comment.