diff --git a/app/build.gradle b/app/build.gradle index b454286..3338605 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 + compileSdkVersion 26 defaultConfig { applicationId "derp.goforandroid" minSdkVersion 16 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 3 versionName "0.2.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -19,6 +19,10 @@ android { packagingOptions { exclude 'META-INF/DEPENDENCIES' } + lintOptions { +// ?checkReleaseBuilds false + abortOnError false + } } ext {