Skip to content
Snippets Groups Projects
Commit 408a25b3 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Integrating the net.researchgate.release Gradle plugin as part of #15

parent 2bfa96c9
No related branches found
No related tags found
No related merge requests found
plugins {
id 'net.researchgate.release' version '2.3.4'
}
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
...@@ -18,6 +22,10 @@ android { ...@@ -18,6 +22,10 @@ android {
} }
} }
release {
tagTemplate = 'v${version}'
}
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:appcompat-v7:21.+'
compile 'org.apache.commons:commons-lang3:3.4' compile 'org.apache.commons:commons-lang3:3.4'
......
...@@ -1196,7 +1196,7 @@ public class MedtronicCGMService extends Service implements ...@@ -1196,7 +1196,7 @@ public class MedtronicCGMService extends Service implements
} }
}; };
private boolean isConnected() { private boolean isConnected() {
return mSerial.isOpened(); return mSerial.isOpened();
} }
......
...@@ -6,7 +6,6 @@ buildscript { ...@@ -6,7 +6,6 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:2.1.0'
// 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
} }
...@@ -20,4 +19,4 @@ allprojects { ...@@ -20,4 +19,4 @@ allprojects {
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment