Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 9459a2e

Browse files
Merge pull request #20 from filiptronicek/apiv2
Apiv2
2 parents 5158d93 + 542e4d5 commit 9459a2e

File tree

6 files changed

+11638
-30
lines changed

6 files changed

+11638
-30
lines changed

Pages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { isURL } from "./functions";
99

1010
/* Function and config */
1111
export const checkError = (msg) => {
12-
return msg.includes("Error: ") || msg.includes("400 Bad Request");
12+
return msg !== "success";
1313
};
1414

1515
export const sleep = (milliseconds) => {

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Interclip mobile",
44
"slug": "iclip",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"orientation": "portrait",
77
"userInterfaceStyle": "automatic",
88
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
@@ -20,12 +20,12 @@
2020
"icon": "./assets/ios.png",
2121
"supportsTablet": true,
2222
"bundleIdentifier": "com.filiptronicek.iclip",
23-
"buildNumber": "0.1.0"
23+
"buildNumber": "0.2.0"
2424
},
2525
"android": {
2626
"package": "com.filiptronicek.iclip",
2727
"permissions": ["CAMERA", "VIBRATE"],
28-
"versionCode": 5
28+
"versionCode": 6
2929
},
3030
"web": {
3131
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)