Remove unused version numbers from constants.gradle

These aren't used from any other Gradle files

PiperOrigin-RevId: 285723602
This commit is contained in:
ibaker 2019-12-16 09:26:21 +00:00 committed by Oliver Woodman
parent 91c86ecec1
commit 15bd622ba7

View File

@ -24,8 +24,6 @@ project.ext {
guavaVersion = '23.5-android'
mockitoVersion = '2.25.0'
robolectricVersion = '4.3.1'
autoValueVersion = '1.6'
autoServiceVersion = '1.0-rc4'
checkerframeworkVersion = '2.5.0'
jsr305Version = '3.0.2'
kotlinAnnotationsVersion = '1.3.31'