We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7314409 + d2ca7f6 commit 895816fCopy full SHA for 895816f
app/src/main/kotlin/com/looker/droidify/utility/common/SdkCheck.kt
@@ -36,21 +36,21 @@ object SdkCheck {
36
37
val sdkName by lazy {
38
mapOf(
39
- 1 to "1.0"
40
- 2 to "1.1"
41
- 3 to "1.5"
42
- 4 to "1.6"
43
- 5 to "2.0"
44
- 6 to "2.0.1"
45
- 7 to "2.1"
46
- 8 to "2.2"
47
- 9 to "2.3.0"
48
- 10 to "2.3.3"
49
- 11 to "3.0"
50
- 12 to "3.1"
51
- 13 to "3.2"
52
- 14 to "4.0.1"
53
- 15 to "4.0.3"
+ 1 to "1.0",
+ 2 to "1.1",
+ 3 to "1.5",
+ 4 to "1.6",
+ 5 to "2.0",
+ 6 to "2.0.1",
+ 7 to "2.1",
+ 8 to "2.2",
+ 9 to "2.3.0",
+ 10 to "2.3.3",
+ 11 to "3.0",
+ 12 to "3.1",
+ 13 to "3.2",
+ 14 to "4.0.1",
+ 15 to "4.0.3",
54
16 to "4.1",
55
17 to "4.2",
56
18 to "4.3",
0 commit comments