File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 63
63
fail-fast : false
64
64
matrix :
65
65
api-level :
66
- - 21
67
- - 24
66
+ - 29
67
+ # Unclear that older versions actually honor command to disable animation.
68
+ # Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
68
69
steps :
69
70
- uses : actions/checkout@v2
70
71
- name : set up JDK 11.0.7
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ object Dependencies {
52
52
const val cycler = " com.squareup.cycler:cycler:0.1.9"
53
53
54
54
// Required for Dungeon Crawler sample.
55
- const val desugar_jdk_libs = " com.android.tools:desugar_jdk_libs:1.1.5"
56
55
const val leakcanary = " com.squareup.leakcanary:leakcanary-android:2.8.1"
57
56
const val radiography = " com.squareup.radiography:radiography:2.4.0"
58
57
const val rxandroid2 = " io.reactivex.rxjava2:rxandroid:2.1.1"
Original file line number Diff line number Diff line change @@ -13,17 +13,9 @@ android {
13
13
14
14
testInstrumentationRunner = " com.squareup.sample.dungeon.DungeonTestRunner"
15
15
}
16
-
17
- compileOptions {
18
- // Required for SnakeYAML.
19
- isCoreLibraryDesugaringEnabled = true
20
- }
21
16
}
22
17
23
18
dependencies {
24
- // Required for SnakeYAML.
25
- " coreLibraryDesugaring" (Dependencies .desugar_jdk_libs)
26
-
27
19
debugImplementation(Dependencies .leakcanary)
28
20
29
21
implementation(project(" :samples:dungeon:common" ))
You can’t perform that action at this time.
0 commit comments