forked from wasabeef/picasso-transformations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (22 loc) · 894 Bytes
/
gradle.properties
File metadata and controls
24 lines (22 loc) · 894 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
VERSION_NAME=1.0.4
VERSION_CODE=4
GROUP=jp.wasabeef
ARTIFACT_ID=picasso-transformations
COMPILE_SDK_VERSION=21
BUILD_TOOLS_VERSION=21.1.2
TARGET_SDK_VERSION=21
RENDERSCRIPT_TARGET_API=21
MIN_SDK_VERSION=11
POM_DESCRIPTION=which provides simple Tranformations to Picasso
POM_URL=https://github.com/wasabeef/picasso-transformations
POM_SCM_URL=scm:git@github.com:wasabeef/picasso-transformations.git
POM_SCM_CONNECTION=scm:git@github.com:wasabeef/picasso-transformations.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:wasabeef/picasso-transformations.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_EMAIL=dadadada.chop@gmail.com
POM_DEVELOPER_URL=wasabeef.jp
ISSUE_URL=https://github.com/wasabeef/picasso-transformations/issues