Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
deb4ffd1
authored
Apr 24, 2023
by
tofunmi
Committed by
Ian Baker
Apr 26, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add nullness-compat-qual dependency for android tests
PiperOrigin-RevId: 526652129
parent
c284fac3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
library/effect/build.gradle
library/transformer/build.gradle
library/effect/build.gradle
View file @
deb4ffd1
...
@@ -53,6 +53,7 @@ dependencies {
...
@@ -53,6 +53,7 @@ dependencies {
androidTestImplementation
'androidx.test:runner:'
+
androidxTestRunnerVersion
androidTestImplementation
'androidx.test:runner:'
+
androidxTestRunnerVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestCompileOnly
'org.checkerframework:checker-compat-qual:'
+
checkerframeworkCompatVersion
}
}
ext
{
ext
{
...
...
library/transformer/build.gradle
View file @
deb4ffd1
...
@@ -54,6 +54,7 @@ dependencies {
...
@@ -54,6 +54,7 @@ dependencies {
androidTestImplementation
'androidx.test:runner:'
+
androidxTestRunnerVersion
androidTestImplementation
'androidx.test:runner:'
+
androidxTestRunnerVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestCompileOnly
'org.checkerframework:checker-compat-qual:'
+
checkerframeworkCompatVersion
}
}
ext
{
ext
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment