Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlin-kotli…
Browse files Browse the repository at this point in the history
…n-gradle-plugin-1.7.20
  • Loading branch information
dokar3 authored Oct 7, 2022
2 parents 09b0ed6 + 4846bf4 commit 9c341f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
compose_version = '1.3.0-beta03'
compose_compiler_version = '1.3.1'
kotlin_version = '1.7.20'
accompanist_version = '0.26.4-beta'
accompanist_version = '0.26.5-rc'
compile_sdk = 33
target_sdk = 33
}
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
implementation 'androidx.activity:activity-compose:1.4.0'

implementation "io.coil-kt:coil-compose:2.2.1"
implementation "io.coil-kt:coil-compose:2.2.2"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 9c341f9

Please sign in to comment.