Commit 32f02107 by ibaker Committed by Oliver Woodman

Stop disabling InvalidPackage now we're on JUnit 4.13

PiperOrigin-RevId: 283995105
parent cad2fe39
Showing with 0 additions and 7 deletions
......@@ -27,13 +27,6 @@ android {
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment