From 360ca9b103a98a86ed11cf68e6038cd664f44f06 Mon Sep 17 00:00:00 2001 From: Mygod Date: Thu, 25 May 2023 16:54:06 -0400 Subject: [PATCH] Update buildId --- mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt b/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt index 3292371b..aaee7f64 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt @@ -61,7 +61,7 @@ object MacLookup { } } val reportId = JSONObject(response).getString("report_id") - response = connectCancellable("https://mac-address.alldatafeeds.com/_next/data/aIw2msYEY99JzKeaEXrix" + + response = connectCancellable("https://mac-address.alldatafeeds.com/_next/data/Tf9pzEFow9scQ87pOfWw3" + "/mac-address-lookup/$reportId.json") { conn -> when (val responseCode = conn.responseCode) { 200 -> conn.inputStream.bufferedReader().readText()