Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 513895a

Browse files
authored
update compose to 1.0.4 (#41)
1 parent 70f6e45 commit 513895a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
buildscript {
2-
ext.kotlin_version = "1.5.21"
2+
ext.kotlin_version = "1.5.31"
33
ext.lifecycle_version = "2.2.0"
44
ext.build_tools_version = "31.0.0"
55
ext.instantsearch = '2.11.1'
66
ext.canary = '2.7'
7-
ext.compose_version = '1.0.1'
7+
ext.compose_version = '1.0.4'
88
repositories {
99
mavenCentral()
1010
google()

showcase-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
5555
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
5656
implementation 'androidx.activity:activity-compose:1.3.1'
57-
implementation 'androidx.paging:paging-compose:1.0.0-alpha12'
57+
implementation 'androidx.paging:paging-compose:1.0.0-alpha14'
5858
implementation 'io.coil-kt:coil-compose:1.3.2'
5959
implementation 'com.google.accompanist:accompanist-swiperefresh:0.16.1'
6060
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)