Skip to content

Commit

Permalink
Bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 3, 2017
1 parent 103c9a5 commit 6ed4b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion "27.0.0"

dependencies {
Expand All @@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "com.termux.boot"
minSdkVersion 21
targetSdkVersion 26
targetSdkVersion 27
versionCode 3
versionName "0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 6ed4b18

Please sign in to comment.