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() jcenter()
} }
dependencies { 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" 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 // 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-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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

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