Skip to content

Commit 9caafec

Browse files
Update dependency androidx.customview:customview to v1.2.0
1 parent 7455f3a commit 9caafec

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
@@ -72,7 +72,7 @@ dependencies {
7272
//
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:
75-
debugApi("androidx.customview:customview:1.2.0-beta01")
75+
debugApi("androidx.customview:customview:1.2.0")
7676
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
7777

7878
// Testing

navigation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
//
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:
73-
debugApi("androidx.customview:customview:1.2.0-beta01")
73+
debugApi("androidx.customview:customview:1.2.0")
7474
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
7575

7676
// Testing

settings/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
//
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:
75-
debugApi("androidx.customview:customview:1.2.0-beta01")
75+
debugApi("androidx.customview:customview:1.2.0")
7676
debugApi("androidx.customview:customview-poolingcontainer:1.0.0")
7777

7878
// Testing

0 commit comments

Comments
 (0)