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
c4fd6c2b
authored
May 12, 2015
by
ojw28
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #448 from google/dev
Bump to 1.3.1
parents
e1b7ccf1
5ca5df0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
demo/src/main/AndroidManifest.xml
library/build.gradle
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
demo/src/main/AndroidManifest.xml
View file @
c4fd6c2b
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<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=
"130
0
"
android:versionCode=
"130
1
"
android:versionName=
"1.3.
00
"
android:versionName=
"1.3.
1
"
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 @
c4fd6c2b
...
@@ -74,7 +74,7 @@ publish {
...
@@ -74,7 +74,7 @@ publish {
userOrg
=
'google'
userOrg
=
'google'
groupId
=
'com.google.android.exoplayer'
groupId
=
'com.google.android.exoplayer'
artifactId
=
'exoplayer'
artifactId
=
'exoplayer'
version
=
'r1.
2.3
'
version
=
'r1.
3.1
'
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 @
c4fd6c2b
...
@@ -26,7 +26,7 @@ public class ExoPlayerLibraryInfo {
...
@@ -26,7 +26,7 @@ public 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.3.
0
"
;
public
static
final
String
VERSION
=
"1.3.
1
"
;
/**
/**
* The version of the library, expressed as an integer.
* The version of the library, expressed as an integer.
...
@@ -34,7 +34,7 @@ public class ExoPlayerLibraryInfo {
...
@@ -34,7 +34,7 @@ public 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
=
00100300
0
;
public
static
final
int
VERSION_INT
=
00100300
1
;
/**
/**
* 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}
...
...
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