Skip to content

Commit

Permalink
Merge pull request #7 from Kaaveh/master
Browse files Browse the repository at this point in the history
Update libraries
  • Loading branch information
mvarnagiris authored Oct 26, 2020
2 parents a568f99 + 77e6ab8 commit 29f0da5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0-alpha13'
classpath 'com.android.tools.build:gradle:4.2.0-alpha14'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
10 changes: 6 additions & 4 deletions compose-glide-image/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'kotlin-android-extensions'
}

android {
compileSdkVersion 30
Expand Down Expand Up @@ -50,7 +52,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
}

dependencies {
def compose_version = '1.0.0-alpha04'
def compose_version = '1.0.0-alpha05'
def coroutines_version = "1.3.9"

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-6.6.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.7-rc-4-bin.zip

0 comments on commit 29f0da5

Please sign in to comment.