mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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 373822ce45)
This commit is contained in:
parent
ddca0116b2
commit
0886da450d
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue