Skip to content

Commit

Permalink
Update build tools version
Browse files Browse the repository at this point in the history
Summary: Update to latest build tools version 25.0.2

Reviewed By: ahmedre

Differential Revision: D4856229

fbshipit-source-id: 55b128a5c86ec468e64cef863b23b2725172e569
  • Loading branch information
sriramramani authored and facebook-github-bot committed Apr 8, 2017
1 parent 428e4ec commit 246139e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ allprojects {

ext {
minSdkVersion = 9
targetSdkVersion = 24
compileSdkVersion = 24
buildToolsVersion = '24.0.2'
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = '25.0.2'

junitVersion = '4.12'
mockitoCoreVersion = '1.10.19'
Expand Down

0 comments on commit 246139e

Please sign in to comment.