This repository was archived by the owner on May 6, 2022. It is now read-only.
Commit 64c4eea
committed
test(example): set minSdkVersion in example app to 24
We ran into a crash related to this issue:
google/ExoPlayer#6801 (comment)
This only happens when the SDK is below 24. There are 2 fixes:
1. set minSdkVersion to 24
2. add android.enableDexingArtifactTransform=false to gradle.properties1 parent 3e2d252 commit 64c4eea
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments