forked from KirkBushman/Android-Reddit-OAuth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
35 lines (26 loc) · 945 Bytes
/
gradle.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
29
30
31
32
33
34
NAME='com.kirkbushman:android-reddit-oauth2'
PLAIN_NAME='android-reddit-oauth2'
DESCRIPTION='This library helps authenticate Reddit API and manage token, while making requests.'
VERSION_CODE = 4
VERSION_NAME=1.2.0
GROUP=com.kirkbushman.android_reddit_oauth2
GROUP_ID=com.kirkbushman
ARTIFACT_ID=android-reddit-oauth2
REPO_URL='https://github.com/KirkBushman/Android-Reddit-OAuth2'
GIT_URL='https://github.com/KirkBushman/Android-Reddit-OAuth2.git'
ISSUES_URL='https://github.com/KirkBushman/Android-Reddit-OAuth2/issues'
org.gradle.jvmargs=-Xmx2G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.vfs.watch=true
android.useAndroidX=true
android.enableJetifier=true
android.enableD8=true
android.enableD8.desugaring=true
android.enableGradleWorkers=true
kapt.use.worker.api=true
kapt.incremental.apt=true
kotlin.parallel.tasks.in.project=true
kotlin.code.style=official