Skip to content

Commit

Permalink
Update targetSdkVersion to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojunior committed Jun 14, 2017
1 parent da01230 commit 998853a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ def gitTag = 'git describe --tags'.execute([], project.rootDir).text.trim()
def gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
buildToolsVersion "26.0.0"

defaultConfig {
applicationId "name.vampidroid"
minSdkVersion 14
targetSdkVersion 25
targetSdkVersion 26
versionCode gitCommitCount
versionName gitTag

Expand Down Expand Up @@ -41,13 +41,13 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:percent:25.3.1'
compile 'com.android.support:preference-v7:25.3.1'
compile 'com.android.support:palette-v7:25.3.1'
compile 'com.android.support:appcompat-v7:26.0.0-beta2'
compile 'com.android.support:design:26.0.0-beta2'
compile 'com.android.support:recyclerview-v7:26.0.0-beta2'
compile 'com.android.support:cardview-v7:26.0.0-beta2'
compile 'com.android.support:percent:26.0.0-beta2'
compile 'com.android.support:preference-v7:26.0.0-beta2'
compile 'com.android.support:palette-v7:26.0.0-beta2'
compile 'com.android.support.constraint:constraint-layout:1.1.0-beta1'


Expand Down

0 comments on commit 998853a

Please sign in to comment.