forked from nshmura/RecyclerTabLayout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
24 lines (22 loc) · 867 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
# suppress inspection "UnusedProperty" for whole file
VERSION_NAME=1.5.0
VERSION_CODE=16
GROUP=com.nshmura
ARTIFACT_ID=recyclertablayout
ARTIFACT_NAME=RecyclerTabLayout
COMPILE_SDK_VERSION=26
BUILD_TOOLS_VERSION=26.0.1
TARGET_SDK_VERSION= 26
SUPPORT_LIB_VERSION=26.0.1
MIN_SDK_VERSION=14
POM_DESCRIPTION=Sliding tabs layout implemented with RecyclerView
POM_URL=https://github.com/nshmura/RecyclerTabLayout
POM_SCM_URL=https://github.com/nshmura/RecyclerTabLayout.git
POM_SCM_CONNECTION=https://github.com/nshmura/RecyclerTabLayout.git
POM_SCM_DEV_CONNECTION=https://github.com/nshmura/RecyclerTabLayout.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=nshmura
POM_DEVELOPER_NAME=nshmura
ISSUE_URL=https://github.com/nshmura/RecyclerTabLayout/issues