diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 64382c7..33d84fa 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -14,7 +14,6 @@
-
diff --git a/banner/build.gradle b/banner/build.gradle
index a0c9ce0..63ff7af 100644
--- a/banner/build.gradle
+++ b/banner/build.gradle
@@ -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) {
@@ -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"
diff --git a/build.gradle b/build.gradle
index 325f095..31a35be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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-alpha08'
- kotlin_version = '1.6.20'
+ compose_version = '1.2.0-beta01'
+ kotlin_version = '1.6.21'
}
repositories {
google()
@@ -10,7 +10,7 @@ buildscript {
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
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e9d6521..fd132c1 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -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