Skip to content

Commit

Permalink
Merge pull request google#1004 from google/ben/compose1.2-alpha3
Browse files Browse the repository at this point in the history
Compose 1.2.0-alpha03
  • Loading branch information
bentrengrove authored Feb 10, 2022
2 parents 150e099 + 4f8b63d commit 2e1f0b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

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

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
compose = "1.2.0-alpha02"
compose = "1.2.0-alpha03"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.1.0"
gradlePlugin = "7.1.1"
lint = "30.0.3"

ktlint = "0.42.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ import androidx.compose.ui.unit.LayoutDirection
import androidx.compose.ui.unit.dp
import com.google.accompanist.internal.test.combineWithParameters
import com.google.accompanist.internal.test.parameterizedParams
import org.junit.Ignore
import org.junit.runner.RunWith
import org.junit.runners.Parameterized

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

0 comments on commit 2e1f0b1

Please sign in to comment.