forked from wasabeef/recyclerview-animators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
27 lines (23 loc) · 1013 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
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
VERSION_NAME=2.2.7
GROUP=jp.wasabeef
ARTIFACT_ID=recyclerview-animators
COMPILE_SDK_VERSION=25
BUILD_TOOLS_VERSION=25.0.2
TARGET_SDK_VERSION=25
MIN_SDK_VERSION=11
POM_DESCRIPTION=which provides simple Item animations to RecyclerView items
POM_URL=https://github.com/wasabeef/recyclerview-animators
[email protected]:wasabeef/recyclerview-animators.git
[email protected]:wasabeef/recyclerview-animators.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:wasabeef/recyclerview-animators.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=wasabeef
POM_DEVELOPER_NAME=Wasabeef
POM_DEVELOPER_URL=wasabeef.jp
ISSUE_URL=https://github.com/wasabeef/recyclerview-animators/issues
SUPPORT_PACKAGE_VERSION=25.4.0