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
39a7cea9
authored
Jan 22, 2016
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 1.5.4
parent
7d9007af
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
demo/src/main/AndroidManifest.xml
demo_misc/vp9_opus_sw/src/main/AndroidManifest.xml
library/build.gradle
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
playbacktests/src/main/AndroidManifest.xml
demo/src/main/AndroidManifest.xml
View file @
39a7cea9
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer.demo"
package=
"com.google.android.exoplayer.demo"
android:versionCode=
"1503"
android:versionCode=
"1503"
android:versionName=
"1.5.
3
"
android:versionName=
"1.5.
4
"
android:theme=
"@style/RootTheme"
>
android:theme=
"@style/RootTheme"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
demo_misc/vp9_opus_sw/src/main/AndroidManifest.xml
View file @
39a7cea9
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.google.android.exoplayer.demo.vp9opus"
package=
"com.google.android.exoplayer.demo.vp9opus"
android:versionCode=
"1503"
android:versionCode=
"1503"
android:versionName=
"1.5.
3
"
android:versionName=
"1.5.
4
"
android:theme=
"@style/RootTheme"
>
android:theme=
"@style/RootTheme"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
library/build.gradle
View file @
39a7cea9
...
@@ -77,7 +77,7 @@ publish {
...
@@ -77,7 +77,7 @@ publish {
userOrg
=
'google'
userOrg
=
'google'
groupId
=
'com.google.android.exoplayer'
groupId
=
'com.google.android.exoplayer'
artifactId
=
'exoplayer'
artifactId
=
'exoplayer'
version
=
'r1.5.
3
'
version
=
'r1.5.
4
'
description
=
'The ExoPlayer library.'
description
=
'The ExoPlayer library.'
website
=
'https://github.com/google/ExoPlayer'
website
=
'https://github.com/google/ExoPlayer'
}
}
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
View file @
39a7cea9
...
@@ -23,7 +23,7 @@ public final class ExoPlayerLibraryInfo {
...
@@ -23,7 +23,7 @@ public final class ExoPlayerLibraryInfo {
/**
/**
* The version of the library, expressed as a string.
* The version of the library, expressed as a string.
*/
*/
public
static
final
String
VERSION
=
"1.5.
3
"
;
public
static
final
String
VERSION
=
"1.5.
4
"
;
/**
/**
* The version of the library, expressed as an integer.
* The version of the library, expressed as an integer.
...
@@ -31,7 +31,7 @@ public final class ExoPlayerLibraryInfo {
...
@@ -31,7 +31,7 @@ public final class ExoPlayerLibraryInfo {
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
* corresponding integer version 001002003.
* corresponding integer version 001002003.
*/
*/
public
static
final
int
VERSION_INT
=
00100500
3
;
public
static
final
int
VERSION_INT
=
00100500
4
;
/**
/**
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
...
...
playbacktests/src/main/AndroidManifest.xml
View file @
39a7cea9
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.google.android.exoplayer.playbacktests"
package=
"com.google.android.exoplayer.playbacktests"
android:versionCode=
"1503"
android:versionCode=
"1503"
android:versionName=
"1.5.
3
"
>
android:versionName=
"1.5.
4
"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
...
...
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