From 68e20abfef5ab7814b95e44e060430a0f1cfdd62 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 30 Nov 2020 10:32:33 +0200 Subject: [PATCH] Android: partially revert 4035fc24331c0c7ffd28542dc2d2d73745a26033 The links for the new sdk tools were using a different folder structure in the zip archive which are different from the previous packages and from what QC expects. Fixes: QTCREATORBUG-25017 Change-Id: Id288d5cc59a3bad87ce2c795fba28b7ebfa027e5 Reviewed-by: Alessandro Portale --- share/qtcreator/android/sdk_definitions.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/qtcreator/android/sdk_definitions.json b/share/qtcreator/android/sdk_definitions.json index 056b425f6ca..f1545c2ad69 100644 --- a/share/qtcreator/android/sdk_definitions.json +++ b/share/qtcreator/android/sdk_definitions.json @@ -1,12 +1,12 @@ { "common": { "sdk_tools_url": { - "linux": "https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip", - "linux_sha256": "87f6dcf41d4e642e37ba03cb2e387a542aa0bd73cb689a9e7152aad40a6e7a08", - "windows": "https://dl.google.com/android/repository/commandlinetools-win-6858069_latest.zip", - "windows_sha256": "d2f6c9bb7db0362995c0b8dd2fd5949ce23c1dccb7f9392350b5e29b6d5fec7d", - "mac": "https://dl.google.com/android/repository/commandlinetools-mac-6858069_latest.zip", - "mac_sha256": "58a55d9c5bcacd7c42170d2cf2c9ae2889c6797a6128307aaf69100636f54a13" + "linux": "https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip", + "linux_sha256": "89f308315e041c93a37a79e0627c47f21d5c5edbe5e80ea8dc0aac8a649e0e92", + "windows": "https://dl.google.com/android/repository/commandlinetools-win-6609375_latest.zip", + "windows_sha256": "40bba20275180194bebf89bb58c74d712bb93cc401f36bd2f8f32383acf9826c", + "mac": "https://dl.google.com/android/repository/commandlinetools-mac-6609375_latest.zip", + "mac_sha256": "2c3822db1c916655223e5ee8ce0fbf6b73d0b99012045c9dc8eaa6a5736c0c55" }, "sdk_essential_packages": { "default": ["platform-tools", "platforms;android-30", "cmdline-tools;latest"],