Bump build tools
Summary: This is actually the new minimum required version for the gradle plugin we use. Reviewed By: jknoxville Differential Revision: D10505346 fbshipit-source-id: ce331851b74997369325f27f050efae07e4bf00c
This commit is contained in:
committed by
Facebook Github Bot
parent
f75a90bf78
commit
66790e12e6
@@ -35,7 +35,7 @@ ext {
|
|||||||
minSdkVersion = 15
|
minSdkVersion = 15
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 25
|
||||||
compileSdkVersion = 27
|
compileSdkVersion = 27
|
||||||
buildToolsVersion = '27.0.3'
|
buildToolsVersion = '28.0.3'
|
||||||
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
|
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||||
targetCompatibilityVersion = JavaVersion.VERSION_1_7
|
targetCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user