mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Stop disabling InvalidPackage now we're on JUnit 4.13
PiperOrigin-RevId: 283995105
This commit is contained in:
parent
cad2fe3955
commit
32f02107b4
1 changed files with 0 additions and 7 deletions
|
|
@ -27,13 +27,6 @@ android {
|
||||||
targetSdkVersion project.ext.targetSdkVersion
|
targetSdkVersion project.ext.targetSdkVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
|
||||||
// Truth depends on JUnit, which depends on java.lang.management, which
|
|
||||||
// is not part of Android. Remove this when JUnit 4.13 or later is used.
|
|
||||||
// See: https://github.com/junit-team/junit4/pull/1187.
|
|
||||||
disable 'InvalidPackage'
|
|
||||||
}
|
|
||||||
|
|
||||||
testOptions.unitTests.includeAndroidResources = true
|
testOptions.unitTests.includeAndroidResources = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue