forked from TGX-Android/Telegram-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.properties.sample
More file actions
32 lines (25 loc) · 864 Bytes
/
local.properties.sample
File metadata and controls
32 lines (25 loc) · 864 Bytes
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
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
# Path to Android SDK
sdk.dir=
## Path to the keystore file
keystore.file=
## Package name
app.id=org.example.tgx
## Project name
app.name=TGX Example
## Link to the app's website. If unavailable, link to the market page could be used.
app.download_url=https://telegram.org/dlx
## Obtain credentials to access Telegram API:
# https://core.telegram.org/api/obtaining_api_id
telegram.api_id=
telegram.api_hash=
## Obtain credentials to access YouTube API:
# https://developers.google.com/youtube/android/player/register
youtube.api_key=
## Extension module to apply.
tgx.extension=none