forked from orgzly/orgzly-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.app.properties
28 lines (22 loc) · 1.16 KB
/
sample.app.properties
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
# You should copy this file to "app.properties" which is required by build.
#
# If you don't modify the values below, you will still be able to run the app.
# Some tests will be ignored and you won't be able to use Dropbox as a repository,
# but everything else should be working fine.
# Token used by few tests which use Dropbox.
# Create app on https://www.dropbox.com/developers/apps to generate it.
dropbox.token="token"
# Dropbox app key.
# Create it on https://www.dropbox.com/developers/apps.
dropbox.app_key = "appkey"
# Same as above, but prefixed with "db-"
dropbox.app_key_schema = "db-appkey"
# Github Package Registry access credentials.
# see https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
# used to pull the com.orgzlyrevived.org-java dependency from https://github.com/orgzly-revived/org-java
gpr.user = ""
gpr.key = ""
# Use org-java from local directory instead of the Maven repository.
# If you are working on org-java project, this can make development process easier.
# Don't forget to sync project with Gradle files (in Android Studio) if you change this value.
# org_java_directory = ../org-java