-
Notifications
You must be signed in to change notification settings - Fork 89
/
gradle.properties
36 lines (28 loc) · 932 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
35
36
org.gradle.daemon=true
org.gradle.configureondemand=false
org.gradle.jvmargs=-Xmx2048M
DECODER_VERSION=2.6
GROUP=com.github.zjupure
POM_DESCRIPTION=A Glide webp decoder intergration library for decoding and displaying webp images.
POM_URL=https://github.com/zjupure/GlideWebpDecoder
POM_SCM_URL=https://github.com/zjupure/GlideWebpDecoder
POM_SCM_CONNECTION=scm:[email protected]:zjupure/GlideWebpDecoder.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:zjupure/GlideWebpDecoder.git
POM_DEVELOPER_ID=zjupure
POM_DEVELOPER_NAME=zjupure
ANDROID_SUPPORT_VERSION=28.0.0
ANDROIDX_VERSION=1.0.0
GLIDE_VERSION=4.16.0
ANDROID_GRADLE_VERSION=3.5.2
NDK_VERSION=16.1.4479499
FRESCO_VERSION=2.0.0
COVERALLS_GRADLE_VERSION=2.4.0
android.useAndroidX=true
android.enableJetifier=true
COMPILE_SDK_VERSION=29
BUILD_TOOLS_VERSION=29.0.3
TARGET_SDK_VERSION=29
MIN_SDK_VERSION=14
bintrayUsername=
bintrayApiKey=