forked from Diolor/Swipecards
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgradle.properties
24 lines (20 loc) · 928 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
VERSION_NAME=1.0.6
VERSION_CODE=1
BUILD_TOOLS_VERSION=20.0.0
MIN_SDK_VERSION=14
TARGET_SDK_VERSION=20
GROUP=com.lorentzos.swipecards
sonatypeRepo = sonatypeRepo ?: "$System.env.sonatypeRepo"
snapshotRepo = snapshotRepo ?: "$System.env.snapshotRepo"
sonatypeUsername = sonatypeUsername ?: "$System.env.sonatypeUsername"
sonatypePassword = sonatypePassword ?: "$System.env.sonatypePassword"
POM_NAME = Android FlingSwipe cards Library
POM_DESC = Android library that creates a similar effect to Tinder's swipable cards with Fling animation.
POM_URL = https://github.com/Diolor/Swipecards
POM_SCM_URL = scm:[email protected]:Diolor/Swipecards.git
POM_SCM_CONN = scm:[email protected]:Diolor/Swipecards.git
POM_SCM_DEV_CONN = scm:[email protected]:Diolor/Swipecards.git
LICENCE_NAME = The Apache Software License, Version 2.0
LICENCE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
POM_DEV = diolor
POM_DEV_NAME = Dionysis Lorentzos