Skip to content

Commit 2e1f0b1

Browse files
authored
Merge pull request #1004 from google/ben/compose1.2-alpha3
Compose 1.2.0-alpha03
2 parents 150e099 + 4f8b63d commit 2e1f0b1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3333

3434
GROUP=com.google.accompanist
3535
# !! No longer need to update this manually when using a Compose SNAPSHOT
36-
VERSION_NAME=0.24.2-SNAPSHOT
36+
VERSION_NAME=0.24.2-alpha
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
compose = "1.2.0-alpha02"
2+
compose = "1.2.0-alpha03"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together
6-
gradlePlugin = "7.1.0"
6+
gradlePlugin = "7.1.1"
77
lint = "30.0.3"
88

99
ktlint = "0.42.1"

pager/src/androidTest/kotlin/com/google/accompanist/pager/InstrumentedHorizontalPagerTest.kt

+2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ import androidx.compose.ui.unit.LayoutDirection
2121
import androidx.compose.ui.unit.dp
2222
import com.google.accompanist.internal.test.combineWithParameters
2323
import com.google.accompanist.internal.test.parameterizedParams
24+
import org.junit.Ignore
2425
import org.junit.runner.RunWith
2526
import org.junit.runners.Parameterized
2627

2728
/**
2829
* Version of [BaseHorizontalPagerTest] which is designed to be run on device/emulators.
2930
*/
31+
@Ignore("https://buganizer.corp.google.com/issues/218668336") // To be fixed in alpha04
3032
@RunWith(Parameterized::class)
3133
class InstrumentedHorizontalPagerTest(
3234
itemWidthFraction: Float,

0 commit comments

Comments
 (0)