forked from mcxiaoke/android-volley
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (20 loc) · 801 Bytes
/
gradle.properties
File metadata and controls
23 lines (20 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VERSION_NAME=1.0.19
VERSION_CODE=20
GROUP=com.mcxiaoke.volley
POM_DESCRIPTION=Volley is a network library from Android source code.
POM_URL=https://github.com/mcxiaoke/android-volley
POM_SCM_URL=https://github.com/mcxiaoke/android-volley
POM_SCM_CONNECTION=scm:git:git@github.com:mcxiaoke/android-volley.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:mcxiaoke/android-volley.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=mcxiaoke
POM_DEVELOPER_NAME=Xiaoke Zhang
POM_DEVELOPER_EMAIL=support@mcxiaoke.com
ANDROID_BUILD_TARGET_SDK_VERSION=22
ANDROID_BUILD_TOOLS_VERSION=22.0.1
ANDROID_BUILD_SDK_VERSION=22
POM_NAME=Android-Volley Library
POM_ARTIFACT_ID=library
POM_PACKAGING=aar