-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathgradle.properties
41 lines (32 loc) · 1.11 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# suppress inspection "UnusedProperty" for whole file
# Compile SDK version (SDK platform to compile with)
COMPILE_SDK_VERSION=android-23
# Build tools version (Build tools version to build with)
BUILD_TOOLS_VERSION=23.0.1
# Minimum SDK version (lowest SDK platform to target)
MIN_SDK_VERSION=11
# Target SDK version (highest SDK platform to target)
TARGET_SDK_VERSION=23
# Current library version
VERSION_NAME=0.0.5
VERSION_CODE=5
# Dependency versions (library)
SUPPORT_LIBRARY_VERSION=23.1.1
RXANDROID_VERSION=1.0.1
RXJAVA_VERSION=1.0.14
# Dependency versions (plugins)
GRADLE_PLUGIN_VERSION=1.5.0
BINTRAY_RELEASE=0.3.4
# Maven
GROUP=com.github.ivbaranov
ARTIFACT_ID=rxbluetooth
POM_DESCRIPTION=Android reactive bluetooth
POM_URL=https://github.com/ivbaranov/RxBluetooth
POM_SCM_URL=https://github.com/ivbaranov/RxBluetooth
POM_SCM_CONNECTION=scm:[email protected]:ivbaranov/RxBluetooth.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:ivbaranov/RxBluetooth.git
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=ivbaranov
POM_DEVELOPER_NAME=Ivan Baranov