-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (19 loc) · 788 Bytes
/
gradle.properties
File metadata and controls
24 lines (19 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.nonFinalResIds=false
GROUP=pl.droidsonroids.gif
POM_ARTIFACT_ID=android-gif-drawable
VERSION_NAME=1.2.31
POM_NAME=android-gif-drawable
POM_DESCRIPTION=Views and Drawable for displaying animated GIFs for Android
POM_INCEPTION_YEAR=2013
POM_URL=https://github.com/koral--/android-gif-drawable
POM_LICENSE_NAME=The MIT License
POM_LICENSE_URL=https://spdx.org/licenses/MIT.html
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/koral--/android-gif-drawable
POM_SCM_CONNECTION=scm:git:git://github.com/koral--/android-gif-drawable.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/koral--/android-gif-drawable.git
POM_DEVELOPER_ID=koral
POM_DEVELOPER_NAME=Karol Wrótniak
POM_DEVELOPER_URL=https://github.com/koral--