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
b0c2b1a0
authored
Aug 02, 2019
by
olly
Committed by
Oliver Woodman
Aug 02, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump annotations dependency
PiperOrigin-RevId: 261353271
parent
f3e5aaae
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
21 additions
and
21 deletions
demos/ima/build.gradle
demos/main/build.gradle
extensions/cast/build.gradle
extensions/cronet/build.gradle
extensions/ffmpeg/build.gradle
extensions/flac/build.gradle
extensions/gvr/build.gradle
extensions/ima/build.gradle
extensions/leanback/build.gradle
extensions/okhttp/build.gradle
extensions/opus/build.gradle
extensions/rtmp/build.gradle
extensions/vp9/build.gradle
library/core/build.gradle
library/dash/build.gradle
library/hls/build.gradle
library/smoothstreaming/build.gradle
library/ui/build.gradle
playbacktests/build.gradle
testutils/build.gradle
testutils_robolectric/build.gradle
demos/ima/build.gradle
View file @
b0c2b1a0
...
@@ -53,7 +53,7 @@ dependencies {
...
@@ -53,7 +53,7 @@ dependencies {
implementation
project
(
modulePrefix
+
'library-hls'
)
implementation
project
(
modulePrefix
+
'library-hls'
)
implementation
project
(
modulePrefix
+
'library-smoothstreaming'
)
implementation
project
(
modulePrefix
+
'library-smoothstreaming'
)
implementation
project
(
modulePrefix
+
'extension-ima'
)
implementation
project
(
modulePrefix
+
'extension-ima'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
}
}
apply
plugin:
'com.google.android.gms.strict-version-matcher-plugin'
apply
plugin:
'com.google.android.gms.strict-version-matcher-plugin'
demos/main/build.gradle
View file @
b0c2b1a0
...
@@ -62,7 +62,7 @@ android {
...
@@ -62,7 +62,7 @@ android {
}
}
dependencies
{
dependencies
{
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
'androidx.legacy:legacy-support-core-ui:1.0.0'
implementation
'androidx.legacy:legacy-support-core-ui:1.0.0'
implementation
'androidx.fragment:fragment:1.0.0'
implementation
'androidx.fragment:fragment:1.0.0'
implementation
'com.google.android.material:material:1.0.0'
implementation
'com.google.android.material:material:1.0.0'
...
...
extensions/cast/build.gradle
View file @
b0c2b1a0
...
@@ -32,7 +32,7 @@ android {
...
@@ -32,7 +32,7 @@ android {
dependencies
{
dependencies
{
api
'com.google.android.gms:play-services-cast-framework:17.0.0'
api
'com.google.android.gms:play-services-cast-framework:17.0.0'
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
...
...
extensions/cronet/build.gradle
View file @
b0c2b1a0
...
@@ -33,7 +33,7 @@ android {
...
@@ -33,7 +33,7 @@ android {
dependencies
{
dependencies
{
api
'org.chromium.net:cronet-embedded:75.3770.101'
api
'org.chromium.net:cronet-embedded:75.3770.101'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'library'
)
testImplementation
project
(
modulePrefix
+
'library'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
extensions/ffmpeg/build.gradle
View file @
b0c2b1a0
...
@@ -38,7 +38,7 @@ android {
...
@@ -38,7 +38,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
extensions/flac/build.gradle
View file @
b0c2b1a0
...
@@ -39,7 +39,7 @@ android {
...
@@ -39,7 +39,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
...
...
extensions/gvr/build.gradle
View file @
b0c2b1a0
...
@@ -33,7 +33,7 @@ android {
...
@@ -33,7 +33,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
api
'com.google.vr:sdk-base:1.190.0'
api
'com.google.vr:sdk-base:1.190.0'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
}
}
...
...
extensions/ima/build.gradle
View file @
b0c2b1a0
...
@@ -34,7 +34,7 @@ android {
...
@@ -34,7 +34,7 @@ android {
dependencies
{
dependencies
{
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.11.2'
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.11.2'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
'com.google.android.gms:play-services-ads-identifier:16.0.0'
implementation
'com.google.android.gms:play-services-ads-identifier:16.0.0'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
extensions/leanback/build.gradle
View file @
b0c2b1a0
...
@@ -32,7 +32,7 @@ android {
...
@@ -32,7 +32,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
'androidx.leanback:leanback:1.0.0'
implementation
'androidx.leanback:leanback:1.0.0'
}
}
...
...
extensions/okhttp/build.gradle
View file @
b0c2b1a0
...
@@ -33,7 +33,7 @@ android {
...
@@ -33,7 +33,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
api
'com.squareup.okhttp3:okhttp:3.12.1'
api
'com.squareup.okhttp3:okhttp:3.12.1'
}
}
...
...
extensions/opus/build.gradle
View file @
b0c2b1a0
...
@@ -39,7 +39,7 @@ android {
...
@@ -39,7 +39,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidXTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidXTestVersion
...
...
extensions/rtmp/build.gradle
View file @
b0c2b1a0
...
@@ -33,7 +33,7 @@ android {
...
@@ -33,7 +33,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'net.butterflytv.utils:rtmp-client:3.0.1'
implementation
'net.butterflytv.utils:rtmp-client:3.0.1'
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
extensions/vp9/build.gradle
View file @
b0c2b1a0
...
@@ -39,7 +39,7 @@ android {
...
@@ -39,7 +39,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidXTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidXTestVersion
...
...
library/core/build.gradle
View file @
b0c2b1a0
...
@@ -58,7 +58,7 @@ android {
...
@@ -58,7 +58,7 @@ android {
}
}
dependencies
{
dependencies
{
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-compat-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-compat-qual:'
+
checkerframeworkVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
...
...
library/dash/build.gradle
View file @
b0c2b1a0
...
@@ -41,7 +41,7 @@ android {
...
@@ -41,7 +41,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
library/hls/build.gradle
View file @
b0c2b1a0
...
@@ -39,7 +39,7 @@ android {
...
@@ -39,7 +39,7 @@ android {
}
}
dependencies
{
dependencies
{
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
...
...
library/smoothstreaming/build.gradle
View file @
b0c2b1a0
...
@@ -41,7 +41,7 @@ android {
...
@@ -41,7 +41,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
library/ui/build.gradle
View file @
b0c2b1a0
...
@@ -41,7 +41,7 @@ android {
...
@@ -41,7 +41,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.media:media:1.0.1'
implementation
'androidx.media:media:1.0.1'
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
testImplementation
project
(
modulePrefix
+
'testutils-robolectric'
)
}
}
...
...
playbacktests/build.gradle
View file @
b0c2b1a0
...
@@ -34,7 +34,7 @@ android {
...
@@ -34,7 +34,7 @@ android {
dependencies
{
dependencies
{
androidTestImplementation
'androidx.test:rules:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:rules:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidXTestVersion
androidTestImplementation
'androidx.annotation:annotation:1.
0.2
'
androidTestImplementation
'androidx.annotation:annotation:1.
1.0
'
androidTestImplementation
project
(
modulePrefix
+
'library-core'
)
androidTestImplementation
project
(
modulePrefix
+
'library-core'
)
androidTestImplementation
project
(
modulePrefix
+
'library-dash'
)
androidTestImplementation
project
(
modulePrefix
+
'library-dash'
)
androidTestImplementation
project
(
modulePrefix
+
'library-hls'
)
androidTestImplementation
project
(
modulePrefix
+
'library-hls'
)
...
...
testutils/build.gradle
View file @
b0c2b1a0
...
@@ -41,7 +41,7 @@ dependencies {
...
@@ -41,7 +41,7 @@ dependencies {
api
'org.mockito:mockito-core:'
+
mockitoVersion
api
'org.mockito:mockito-core:'
+
mockitoVersion
api
'androidx.test.ext:junit:'
+
androidXTestVersion
api
'androidx.test.ext:junit:'
+
androidXTestVersion
api
'androidx.test.ext:truth:'
+
androidXTestVersion
api
'androidx.test.ext:truth:'
+
androidXTestVersion
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'com.google.auto.value:auto-value-annotations:'
+
autoValueVersion
implementation
'com.google.auto.value:auto-value-annotations:'
+
autoValueVersion
annotationProcessor
'com.google.auto.value:auto-value:'
+
autoValueVersion
annotationProcessor
'com.google.auto.value:auto-value:'
+
autoValueVersion
...
...
testutils_robolectric/build.gradle
View file @
b0c2b1a0
...
@@ -41,5 +41,5 @@ dependencies {
...
@@ -41,5 +41,5 @@ dependencies {
api
'org.robolectric:robolectric:'
+
robolectricVersion
api
'org.robolectric:robolectric:'
+
robolectricVersion
api
project
(
modulePrefix
+
'testutils'
)
api
project
(
modulePrefix
+
'testutils'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
}
}
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