Skip to content

Commit

Permalink
Version 2.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 1, 2018
1 parent 09aa0aa commit 2b32411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
PUBLISH_ARTIFACT_ID = 'ble'
PUBLISH_VERSION = '2.0-beta2'
PUBLISH_VERSION = '2.0-beta3'
bintrayRepo = 'android'
bintrayName = 'ble-library'
Expand Down Expand Up @@ -36,8 +36,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 11
versionName "2.0-beta2"
versionCode 12
versionName "2.0-beta3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -57,7 +57,7 @@ android {

dependencies {
//noinspection GradleDependency
api 'com.android.support:support-annotations:27.1.1'
api 'com.android.support:support-annotations:28.0.0'
// Log Bluetooth LE events in nRF Logger
api 'no.nordicsemi.android:log:2.1.1'

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
/*
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
*/
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 2b32411

Please sign in to comment.