forked from ToxicBakery/ViewPagerTransforms
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgradle.properties
21 lines (19 loc) · 843 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.ToxicBakery.viewpager.transforms
POM_DESCRIPTION=Library containing common animations needed for transforming ViewPager scrolling
POM_URL=https://github.com/ToxicBakery/ViewPagerTransforms
POM_SCM_URL=https://github.com/ToxicBakery/ViewPagerTransforms
POM_SCM_CONNECTION=scm:[email protected]:ToxicBakery/ViewPagerTransforms.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:ToxicBakery/ViewPagerTransforms.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=ToxicBakery
POM_DEVELOPER_NAME=Ian Thomas
ANDROID_BUILD_COMPILE_SDK_VERSION=19
ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_MIN_SDK_VERSION=13
ANDROID_BUILD_TOOLS_VERSION=19.0.3
ANDROID_BUILD_SDK_VERSION=19
ABORT_ON_ERROR=false