forked from AlphaWallet/alpha-wallet-android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
19 lines (16 loc) · 860 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## This file *is* checked into Version Control Systems,
# as it contains information specific to this project.
# for most projects, the default setting for gradle,
# MaxMetaspaceSize=256m should be sufficent but this project has grown
# bigger than typical.
android.enableJetifier=true
android.jetifier.ignorelist=bcprov-jdk15on,com.squareup.moshi
android.useAndroidX=true
org.gradle.jvmargs=-Xms2048m -Xmx4096m
android.suppressUnsupportedCompileSdk=32
# Base64 Encoded GitHub PAT,
# Make sure only check read:packages and read:user permissions if you want to create your own PAT,
# and encode it with Base64 encoder https://www.base64encoder.io/
gpr.user=smarttokenlabs@hotmail.com
gpr.key=Z2l0aHViX3BhdF8xMUEyMlAyV1kwZ1FNcWpQWlpkd25SXzFUSGViZ1ZPZ3NwZlZmeDhnYjFJc0prTjFNZzVsUmZnZXpEZTlubzFMemFKNDc1RldXU0VhamZ0N3Jj
NOTIFICATION_API_BASE_URL="baseurl.here"