forked from ThirtyDegreesRay/OpenHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
55 lines (48 loc) · 1.6 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
46
47
48
49
50
51
52
53
54
55
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# 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.
org.gradle.jvmargs=-Xmx1536m
android.useDeprecatedNdk=true
# 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
COMPILE_SDK_VERSION = 29
BUILD_TOOLS_VERSION = 29.0.3
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 29
VERSION_CODE = 34
VERSION_NAME = 3.2.1
#library
ANDROID_SUPPORT_VERSION = 25.4.0
CONSTRAINT_VERSION = 1.0.2
MULTIDEX_VERSION = 1.0.2
DATAAUTOACCESS_VERSION = 1.2.8
BUTTERKNIFE_VERSION = 8.7.0
GREEN_DAO_VERSION=3.2.2
EVENT_BUS_VERSION=3.0.0
FILE_DOWNLOADER_VERSION=0.3.1
RXJAVA_VERSION=1.1.0
RETROFIT_VERSION=2.1.0
DAGGER_VERSION=2.11
RX_PERMISSION_VERSION=0.9.4@aar
RETROLAMBDA_VERSION=2.3.0
OKHTTP_VERSION=3.6.0
FASTJSON_VERSION=1.1.46.android
GLIDE_VERSION=4.0.0
ROUNDED_IMAGEVIEW_VERSION=2.3.0
CIRCLE_IMAGEVIEW_VERSION=2.1.0
TOASTY_VERSION = 1.2.5
MATERIAL_ABOUT_VERSION = 2.2.1
SUBMIT_BUTTON_VERSION = 1.1.2
MATERIAL_DIALOG_VERSION = 0.9.4.5
BUGGLY_NATIVE_VERSION = 3.3.1
RICKTEXT_VERSION = 2.5.4
LOGGER_VERSION = 2.1.1
STICKY_HEAD_VERSION = 0.4.3
JSOUP_VERSION = 1.11.2