From 0886da450d54883765a5e9d485037cb79e36a029 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 26 Jan 2024 04:11:21 -0800 Subject: [PATCH] Add a comment to suggest keeping JUnit version in sync with the Android source tree - to make importing GTS tests easier. PiperOrigin-RevId: 601725811 (cherry picked from commit 373822ce45c795b3f12209048b20244e271548a9) --- constants.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.gradle b/constants.gradle index 701d17ddd8..04a0c52163 100644 --- a/constants.gradle +++ b/constants.gradle @@ -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