diff --git a/banner/build.gradle b/banner/build.gradle index 93b0a8f..6d23415 100644 --- a/banner/build.gradle +++ b/banner/build.gradle @@ -39,8 +39,6 @@ android { defaultConfig { minSdk 21 targetSdk 30 - versionCode 1 - versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -72,4 +70,5 @@ android { dependencies { implementation "androidx.compose.material:material:$compose_version" api "dev.chrisbanes.accompanist:accompanist-coil:0.6.2" + api "dev.chrisbanes.accompanist:accompanist-insets:0.6.2" } \ No newline at end of file diff --git a/build.gradle b/build.gradle index e8982b5..db5c911 100644 --- a/build.gradle +++ b/build.gradle @@ -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.0.0-beta04' + compose_version = '1.0.0-beta07' } repositories { google() @@ -10,7 +10,7 @@ buildscript { maven { url 'https://jitpack.io' } } dependencies { - classpath 'com.android.tools.build:gradle:7.0.0-alpha14' + classpath 'com.android.tools.build:gradle:7.0.0-beta02' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32" // 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 65e67b7..1c18d41 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Mar 29 15:54:41 CST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-rc-1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME