Skip to content

Commit 5b34708

Browse files
Update dependency androidx.customview:customview-poolingcontainer to v1.1.0
1 parent 2d7cadc commit 5b34708

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

curiosity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
// Google is currently working on a fix but there is already a workaround:
7474
// add these dependencies to every module where you use the Compose preview:
7575
debugApi("androidx.customview:customview:1.2.0")
76-
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
76+
debugApi("androidx.customview:customview-poolingcontainer:1.1.0")
7777

7878
// Testing
7979
testImplementation("junit:junit:4.13.2")

navigation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
// Google is currently working on a fix but there is already a workaround:
7272
// add these dependencies to every module where you use the Compose preview:
7373
debugApi("androidx.customview:customview:1.2.0")
74-
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
74+
debugApi("androidx.customview:customview-poolingcontainer:1.1.0")
7575

7676
// Testing
7777
testImplementation("junit:junit:4.13.2")

settings/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
// Google is currently working on a fix but there is already a workaround:
7474
// add these dependencies to every module where you use the Compose preview:
7575
debugApi("androidx.customview:customview:1.2.0")
76-
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
76+
debugApi("androidx.customview:customview-poolingcontainer:1.1.0")
7777

7878
// Testing
7979
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)