-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocal.properties.example
More file actions
32 lines (29 loc) · 1.35 KB
/
local.properties.example
File metadata and controls
32 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# local.properties - Android SDK Configuration
#
# This file is used ONLY for Android SDK paths and signing configuration.
# API keys and backend configuration are now managed via in-app settings!
# Location of the Android SDK (auto-generated by Android Studio)
sdk.dir=/path/to/your/android/sdk
ndk.dir=/path/to/your/android/ndk
# Release Signing Configuration (optional)
# Only required if you want to build signed release APKs
RELEASE_STORE_FILE=path/to/your/keystore.jks
RELEASE_STORE_PASSWORD=your_keystore_password
RELEASE_KEY_ALIAS=your_key_alias
RELEASE_KEY_PASSWORD=your_key_password
# ========================================================================
# API KEYS ARE NO LONGER CONFIGURED HERE!
# ========================================================================
# Configure all API keys and backend settings directly in the app:
# 1. Open the app
# 2. Go to Settings (gear icon)
# 3. Scroll to "API Configuration" section
# 4. Enter your keys:
# - WeatherAPI.com Key (get from: https://www.weatherapi.com/)
# - OpenWeatherMap Key (get from: https://openweathermap.org/api)
# - Backend URL (your MosqueClock backend URL)
# - Backend API Key (your backend authentication key)
# 5. Save and restart
#
# This makes the app truly open-source - no build-time secrets required!
# ========================================================================