Commit 074fe596 authored by Fred's avatar Fred

Merge branch 'master' of ssh://repo.cs.co.id:2222/wahyu/bahanoprek

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
parents 5ff56257 f959e7bc
...@@ -7,7 +7,7 @@ export default function CheckVersion(navigation) { ...@@ -7,7 +7,7 @@ export default function CheckVersion(navigation) {
Axios.get('https://excelsocrm.ravintoladev.com/cms/v2/detail/apps-version').then(respon => { Axios.get('https://excelsocrm.ravintoladev.com/cms/v2/detail/apps-version').then(respon => {
let version_server = respon.data.content5 let version_server = respon.data.content5
let msg_res = respon.data.content6 let msg_res = respon.data.content6
if (version_server !== '2.0.1') { if (version_server !== version) {
Alert.alert( Alert.alert(
'Update Version', 'Update Version',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment