Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 0b34cf0

Browse files
authored
Merge pull request #29 from telerik/tivanova/update-ks-apps-versions
Update KS-specific apps versions
2 parents 93166a5 + f4e73ea commit 0b34cf0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/preview-app-versions.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ exports.fallbackPreviewVersions = {
99
"ios": 21
1010
},
1111
"kinveyStudio": {
12-
"android": 32,
13-
"ios": 20
12+
"android": 1,
13+
"ios": 1
1414
}
1515
},
1616
"uat": {
@@ -23,8 +23,8 @@ exports.fallbackPreviewVersions = {
2323
"ios": 21
2424
},
2525
"kinveyStudio": {
26-
"android": 32,
27-
"ios": 20
26+
"android": 1,
27+
"ios": 1
2828
}
2929
},
3030
"live": {
@@ -37,8 +37,8 @@ exports.fallbackPreviewVersions = {
3737
"ios": 21
3838
},
3939
"kinveyStudio": {
40-
"android": 32,
41-
"ios": 20
40+
"android": 1,
41+
"ios": 1
4242
}
4343
}
4444
};

0 commit comments

Comments
 (0)