diff --git a/App.tsx b/App.tsx index 92aa05b..4da9053 100644 --- a/App.tsx +++ b/App.tsx @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ class Api { - public static readonly BASE_URL = 'http://192.168.1.155:16000'; + public static readonly BASE_URL = 'http://192.168.1.111:16000'; private static _instance: Api | null = null; private ws: WebSocket | null = null; private clientId: string = ''; diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index d00a401..b215a9d 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -26,6 +26,7 @@