-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgradle.properties
45 lines (42 loc) · 1.52 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Fri Aug 23 22:14:17 AEST 2019
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx1536M"
android.enableJetifier=false
android.useAndroidX=true
app.version.code=324
app.version.name=3.7.7
kotlin.version=2.0.0
kotlin.coroutines=1.3.7
androidx.annotation=1.7.1
androidx.appcompat=1.7.0
androidx.coordinatorlayout=1.2.0
androidx.constraintlayout=2.1.4
androidx.localbroadcastmanager=1.1.0
androidx.material=1.12.0
androidx.preference=1.2.1
androidx.recyclerview=1.3.2
androidx.work=2.9.0
androidx.workktx=2.7.1
squareup.moshi=1.15.0
squareup.okhttp=5.0.0-alpha.12
squareup.retrofit=2.9.0
lib.glide=4.11.0
lib.muzei=3.4.0
lib.room=2.6.1
pixiv.client.id=MOBrBDS8blbauoSck0ZfDbtuzpyT
pixiv.client.sec=lsACyCD94FhDUtGTXi3QzcFE2uU1hqtDaKeqrdwj
android.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
org.gradle.configuration-cache=true