-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathgradle.properties
43 lines (34 loc) · 1.13 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
42
43
# suppress inspection "UnusedProperty" for whole file
# Compile SDK version (SDK platform to compile with)
COMPILE_SDK_VERSION=android-28
# Minimum SDK version (lowest SDK platform to target)
MIN_SDK_VERSION=14
# Target SDK version (highest SDK platform to target)
TARGET_SDK_VERSION=28
# Current library version
VERSION_NAME=2.1.0
VERSION_CODE=20
# Dependency versions (library)
RXANDROID_VERSION=2.1.0
RXJAVA_VERSION=2.2.5
ANDROIDX_ANNOTATION_VERSION=1.0.1
ANDROIDX_APPCOMPAT_VERSION=1.0.0
# Dependency versions (plugins)
GRADLE_PLUGIN_VERSION=3.3.0
BINTRAY_RELEASE=0.9
# Maven
USER_ORG=ivbaranov
GROUP=com.github.ivbaranov
ARTIFACT_ID=rxbluetooth2
android.useAndroidX=true
android.enableJetifier=false
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