aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-12 22:32:47 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-13 17:29:36 +0200
commit46b77bf34219aa47e916f0ab980d3bd5bb05ba34 (patch)
tree0a73271b9cdea5577b7d69dbdbf525f24bcc31b7 /build.gradle
parente50ba72e8ae024e64b1e2b2838f73faf64330adb (diff)
initial work toward api 26+
* introduce notification channels * always use foreground service on 26+
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index aa6c0a122..ec296b161 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,11 +85,11 @@ ext {
android {
- compileSdkVersion 27
+ compileSdkVersion 28
defaultConfig {
minSdkVersion 16
- targetSdkVersion 25
+ targetSdkVersion 28
versionCode 239
versionName "2.1.1 beta (2018-08-28)"
@@ -139,7 +139,6 @@ android {
}
buildTypes {
debug {
- minSdkVersion 14
debuggable true
buildTypes.release.signingConfig = null
}