forked from AlphaWallet/alpha-wallet-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
18 lines (15 loc) · 774 Bytes
/
gradle.properties
File metadata and controls
18 lines (15 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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,bcprov-jdk18on,com.squareup.moshi
android.useAndroidX=true
org.gradle.jvmargs=-Xms2048m -Xmx4096m
# 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=JamesSmartCell
gpr.key=WjJod1gyaFZWVFF4ZGtoVk1qTkdiVVJqTlRWUGVtSlFZVlI0UkRocldYQkRZak5FTlU5aFNnPT0=
NOTIFICATION_API_BASE_URL="baseurl.here"