Newer
Older
plugins {
id 'net.researchgate.release' version '2.3.4'
}
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
Lennart Goedhart
committed
applicationId "info.nightscout.android"
minSdkVersion 15
targetSdkVersion 21
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
release {
tagTemplate = 'v${version}'
}
Lennart Goedhart
committed
compile 'com.android.support:appcompat-v7:21.+'
compile 'org.apache.commons:commons-lang3:3.4'
compile files('libs/logback-android-1.1.1-3.jar')
compile files('libs/mongo-java-driver-3.0.2.jar')
compile files('libs/physicaloidlibrary.jar')
compile files('libs/slf4j-api-1.7.2.jar')