Skip to content

Commit

Permalink
Update compose version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed Jul 29, 2022
1 parent 063c9a2 commit 6d56375
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ android {

kotlinOptions {
jvmTarget = '11'
useIR = true
}
buildFeatures {
compose true
Expand Down
5 changes: 2 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.3.1'
version = '2.4.0'
}
// // Creates a Maven publication called “debug”.
// debug(MavenPublication) {
Expand Down Expand Up @@ -55,7 +55,6 @@ android {
}
kotlinOptions {
jvmTarget = '11'
useIR = true
}
buildFeatures {
compose true
Expand All @@ -71,7 +70,7 @@ dependencies {

implementation 'io.coil-kt:coil-compose:2.1.0'

def accompanist_version = "0.24.11-rc"
def accompanist_version = "0.25.0"
api "com.google.accompanist:accompanist-pager:$accompanist_version"
api "com.google.accompanist:accompanist-pager-indicators:$accompanist_version"

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.2.0-rc01'
kotlin_version = '1.6.21'
compose_version = '1.2.0'
kotlin_version = '1.7.0'
}
repositories {
google()
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 @@
#Tue Jun 21 18:27:16 CST 2022
#Fri Jul 29 10:40:52 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 6d56375

Please sign in to comment.