File tree 3 files changed +5
-3
lines changed
pager/src/androidTest/kotlin/com/google/accompanist/pager
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
33
34
34
GROUP =com.google.accompanist
35
35
# !! 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
37
37
38
38
POM_DESCRIPTION =Utilities for Jetpack Compose
39
39
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- compose = " 1.2.0-alpha02 "
2
+ compose = " 1.2.0-alpha03 "
3
3
composesnapshot = " -" # a single character = no snapshot
4
4
5
5
# gradlePlugin and lint need to be updated together
6
- gradlePlugin = " 7.1.0 "
6
+ gradlePlugin = " 7.1.1 "
7
7
lint = " 30.0.3"
8
8
9
9
ktlint = " 0.42.1"
Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ import androidx.compose.ui.unit.LayoutDirection
21
21
import androidx.compose.ui.unit.dp
22
22
import com.google.accompanist.internal.test.combineWithParameters
23
23
import com.google.accompanist.internal.test.parameterizedParams
24
+ import org.junit.Ignore
24
25
import org.junit.runner.RunWith
25
26
import org.junit.runners.Parameterized
26
27
27
28
/* *
28
29
* Version of [BaseHorizontalPagerTest] which is designed to be run on device/emulators.
29
30
*/
31
+ @Ignore(" https://buganizer.corp.google.com/issues/218668336" ) // To be fixed in alpha04
30
32
@RunWith(Parameterized ::class )
31
33
class InstrumentedHorizontalPagerTest (
32
34
itemWidthFraction : Float ,
You can’t perform that action at this time.
0 commit comments