forked from facebook/fresco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
60 lines (49 loc) · 1.68 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
56
57
58
59
60
# 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.
# Default value: -Xmx10248m -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
target=10
VERSION_NAME=0.14.1
GROUP=com.facebook.fresco
# Deps for gradle
BUILD_TOOLS_VERSION=24.0.2
COMPILE_SDK_VERSION=24
ANDROID_GRADLE_PLUGIN_VERSION=2.1.3
GRADLE_DOWNLOAD_TASK_VERSION=2.1.0
# Deps for libraries
ANNOTATION_API_VERSION=1.2
BOLTS_ANDROID_VERSION=1.4.0
FEST_ASSERT_CORE_VERSION=2.0M10
JSR_305_VERSION=3.0.0
JUNIT_VERSION=4.12
OKHTTP_VERSION=2.7.4
OKHTTP3_VERSION=3.0.1
MOCKITO_CORE_VERSION=1.10.19
NINEOLDANDROID_VERSION=2.4.0
POWERMOCK_VERSION=1.6.4
ROBOLECTRIC_VERSION=3.0
SUPPORT_LIB_VERSION=24.2.1
VOLLEY_VERSION=1.0.0
# SDK versions for the samples
MIN_SDK_VERSION=9
TARGET_SDK_VERSION=23
# Deps for comparison app
GLIDE_VERSION=3.7.0
UIL_VERSION=1.9.5
PICASSO_VERSION=2.5.2
AQUERY_VERSION=0.25.9
# Deps for tools
STETHO_VERSION=1.3.1
# Deps for publishing
GRADLE_BINTRAY_PLUGIN_VERSION=1.7.1
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=1.4.1