Skip to content

Commit

Permalink
dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed May 7, 2020
1 parent a2dc3a6 commit 3e2cf09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compose-glide-image/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion "0.1.0-dev09"
kotlinCompilerExtensionVersion "0.1.0-dev10"
kotlinCompilerVersion "1.3.70-dev-withExperimentalGoogleExtensions-20200424"
}
}

dependencies {
def compose_version = '0.1.0-dev09'
def compose_version = '0.1.0-dev10'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.compose:compose-runtime:$compose_version"
Expand Down

0 comments on commit 3e2cf09

Please sign in to comment.