-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathgradle.properties
22 lines (20 loc) · 934 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
VERSION_NAME=1.1.0
VERSION_CODE=7
GROUP=com.yqritc
ARTIFACT_ID=recyclerview-multiple-viewtypes-adapter
COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=23.0.0
TARGET_SDK_VERSION=23
MIN_SDK_VERSION=9
POM_DESCRIPTION=Android library defining adapter classes of RecyclerView to manage multiple view types
POM_URL=https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter
POM_SCM_URL=git@github.com:yqritc/RecyclerView-MultipleViewTypesAdapter.git
POM_SCM_CONNECTION=scm:git@github.com:yqritc/RecyclerView-MultipleViewTypesAdapter.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:yqritc/RecyclerView-MultipleViewTypesAdapter.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=yqritc
POM_DEVELOPER_NAME=yqritc
POM_DEVELOPER_EMAIL=yqritc@gmail.com
ISSUE_URL=https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter/issues