Add a comment to suggest keeping JUnit version in sync with the Android

source tree - to make importing GTS tests easier.

PiperOrigin-RevId: 601725811
This commit is contained in:
ibaker 2024-01-26 04:11:21 -08:00 committed by Copybara-Service
parent 807d98a3d6
commit 373822ce45

View File

@ -23,6 +23,8 @@ project.ext {
targetSdkVersion = 30
compileSdkVersion = 34
dexmakerVersion = '2.28.3'
// Use the same JUnit version as the Android repo:
// https://cs.android.com/android/platform/superproject/main/+/main:external/junit/METADATA
junitVersion = '4.13.2'
// Use the same Guava version as the Android repo:
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA