Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Bump target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
theseafaringturtle committed Aug 20, 2020
1 parent 80983b0 commit b7ed09d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -19,6 +19,10 @@ android {
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}
lintOptions {
// ?checkReleaseBuilds false
abortOnError false
}
}

ext {
Expand Down

0 comments on commit b7ed09d

Please sign in to comment.