From d1b23716c35071acb021049f59b99999c2f172f4 Mon Sep 17 00:00:00 2001 From: igor Date: Sat, 4 Apr 2026 14:25:53 +0500 Subject: [PATCH] settings --- .idea/caches/deviceStreaming.xml | 699 ++++++++++++++++++++++++++++++- app/build.gradle | 2 +- 2 files changed, 677 insertions(+), 24 deletions(-) diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml index 5c90e4f..c31fe54 100644 --- a/.idea/caches/deviceStreaming.xml +++ b/.idea/caches/deviceStreaming.xml @@ -51,18 +51,6 @@ diff --git a/app/build.gradle b/app/build.gradle index d8a8add..dd1dbbb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { config { keyAlias 'ASDC' keyPassword 'firstg@h0km' - storeFile file('/mnt/O_DRIVE/projects/Workspace_Android/Keystore/locustkeystore') + storeFile file('O:/projects/Workspace_Android/Keystore/locustkeystore') storePassword 'locustg@h0km' } }