forked from sephiroth74/Android-Exif-Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
21 lines (19 loc) · 954 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.5
VERSION_CODE=14
GROUP=it.sephiroth.android.exif
POM_DESCRIPTION=Exif extended library for Android, based on jhead library (http://www.sentex.net/~mwandel/jhead/) and on the exif library used in the Android native gallery app
POM_URL=https://github.com/sephiroth74/Android-Exif-Extended
POM_SCM_URL=https://github.com/sephiroth74/Android-Exif-Extended
POM_SCM_CONNECTION=scm:[email protected]:sephiroth74/Android-Exif-Extended.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:sephiroth74/Android-Exif-Extended.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=sephiroth74
POM_DEVELOPER_NAME=Alessandro Crugnola
POM_DEVELOPER_URL=http://blog.sephiroth.it
POM_DEVELOPER_ROLE=author
ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=20
ANDROID_BUILD_SDK_VERSION=20