Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
update target version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Yanez Barreto committed Dec 12, 2016
1 parent 972391f commit 0ea5e0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ task clean(type: Delete) {
ext {
// Sdk and tools
minSdkVersion = 15
targetSdkVersion = 24
compileSdkVersion = 24
buildToolsVersion = '24.0.1'
supportLibraryVersion = '24.2.1'
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = '25.0.0'
supportLibraryVersion = '25.0.0'
}

0 comments on commit 0ea5e0d

Please sign in to comment.