From 1600e28a11d877cba660909e04dcb85befbaba6a Mon Sep 17 00:00:00 2001 From: Karola Marky Date: Thu, 29 Mar 2018 20:43:01 +0200 Subject: [PATCH] Error handling --- app/build.gradle | 6 +++++- app/release/output.json | 2 +- build.gradle | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 15dc211c..89b97f11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '27.0.1' + buildToolsVersion '27.0.3' defaultConfig { applicationId "org.secuso.privacyfriendlytodolist" @@ -20,6 +20,10 @@ android { } } } + + lintOptions { + checkReleaseBuilds false + } } dependencies { diff --git a/app/release/output.json b/app/release/output.json index 06d49091..b2067c5e 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":2},"path":"app-release.apk","properties":{"packageId":"org.secuso.privacyfriendlytodolist","split":"","minSdkVersion":"17"}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/build.gradle b/build.gradle index d7511668..c4eef027 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files