Skip to content

Commit

Permalink
Bump dependencies. Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Dec 2, 2017
1 parent 0baa85f commit 50a0c1a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- android-25
- build-tools-26.0.2
- android-26
- extra-android-support
- extra-android-m2repository

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath "com.android.tools.build:gradle:$GRADLE_PLUGIN_VERSION"
Expand All @@ -11,6 +12,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}

Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# suppress inspection "UnusedProperty" for whole file

# Compile SDK version (SDK platform to compile with)
COMPILE_SDK_VERSION=android-25
COMPILE_SDK_VERSION=android-26

# Build tools version (Build tools version to build with)
BUILD_TOOLS_VERSION=25.0.2
BUILD_TOOLS_VERSION=26.0.2

# Minimum SDK version (lowest SDK platform to target)
MIN_SDK_VERSION=11

# Target SDK version (highest SDK platform to target)
TARGET_SDK_VERSION=25
TARGET_SDK_VERSION=26

# Current library version
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_CODE=14
VERSION_NAME=2.0.0
VERSION_CODE=15

# Dependency versions (library)
SUPPORT_LIBRARY_VERSION=25.3.1
RXANDROID_VERSION=2.0.1
RXJAVA_VERSION=2.1.0
RXJAVA_VERSION=2.1.7

# Dependency versions (plugins)
GRADLE_PLUGIN_VERSION=2.3.3
BINTRAY_RELEASE=0.3.4
GRADLE_PLUGIN_VERSION=3.0.0
BINTRAY_RELEASE=0.5.0

# Maven
GROUP=com.github.ivbaranov
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6 changes: 3 additions & 3 deletions rxbluetooth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
}

dependencies {
compile "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"

compile "io.reactivex.rxjava2:rxjava:$RXJAVA_VERSION"
compile "io.reactivex.rxjava2:rxandroid:$RXANDROID_VERSION"
api "io.reactivex.rxjava2:rxjava:$RXJAVA_VERSION"
api "io.reactivex.rxjava2:rxandroid:$RXANDROID_VERSION"
}

publish {
Expand Down

0 comments on commit 50a0c1a

Please sign in to comment.