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:
parent
807d98a3d6
commit
373822ce45
@ -23,6 +23,8 @@ project.ext {
|
|||||||
targetSdkVersion = 30
|
targetSdkVersion = 30
|
||||||
compileSdkVersion = 34
|
compileSdkVersion = 34
|
||||||
dexmakerVersion = '2.28.3'
|
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'
|
junitVersion = '4.13.2'
|
||||||
// Use the same Guava version as the Android repo:
|
// Use the same Guava version as the Android repo:
|
||||||
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA
|
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user