Skip to content

Commit 895816f

Browse files
authored
Merge pull request #1075 from TheLastProject/patch-2
Fix SdkCheck build error
2 parents 7314409 + d2ca7f6 commit 895816f

File tree

1 file changed

+15
-15
lines changed
  • app/src/main/kotlin/com/looker/droidify/utility/common

1 file changed

+15
-15
lines changed

app/src/main/kotlin/com/looker/droidify/utility/common/SdkCheck.kt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ object SdkCheck {
3636

3737
val sdkName by lazy {
3838
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"
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",
5454
16 to "4.1",
5555
17 to "4.2",
5656
18 to "4.3",

0 commit comments

Comments
 (0)