Version 1.0.0

This commit is contained in:
Aleksander Nowakowski 2016-09-01 14:32:28 +02:00
parent 8dad65db9e
commit 1757fad047
2 changed files with 5 additions and 5 deletions

View File

@ -5,12 +5,12 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
/*
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
// The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin
// classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
*/
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
PUBLISH_ARTIFACT_ID = 'dfu'
PUBLISH_VERSION = '0.6.3'
PUBLISH_VERSION = '1.0.0'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 24
versionCode 4
versionName "0.6.3"
versionCode 5
versionName "1.0.0"
}
buildTypes {
release {