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
86b2209a
authored
Dec 10, 2014
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 1.1.0.
Also update gradle files.
parent
c4b2a012
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
build.gradle
demo/build.gradle
demo/src/main/AndroidManifest.xml
library/build.gradle
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
build.gradle
View file @
86b2209a
...
@@ -19,7 +19,7 @@ buildscript {
...
@@ -19,7 +19,7 @@ buildscript {
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:
0.14.+
'
classpath
'com.android.tools.build:gradle:
1.0.0-rc1
'
}
}
}
}
...
...
demo/build.gradle
View file @
86b2209a
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
android
{
android
{
compileSdkVersion
21
compileSdkVersion
21
buildToolsVersion
"
19
.1"
buildToolsVersion
"
21.1
.1"
defaultConfig
{
defaultConfig
{
minSdkVersion
16
minSdkVersion
16
...
...
demo/src/main/AndroidManifest.xml
View file @
86b2209a
...
@@ -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=
"1
013
"
android:versionCode=
"1
100
"
android:versionName=
"1.
0.13
"
android:versionName=
"1.
1.00
"
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 @
86b2209a
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.library'
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.library'
android
{
android
{
compileSdkVersion
21
compileSdkVersion
21
buildToolsVersion
"
19
.1"
buildToolsVersion
"
21.1
.1"
defaultConfig
{
defaultConfig
{
minSdkVersion
9
minSdkVersion
9
...
...
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
View file @
86b2209a
...
@@ -26,15 +26,15 @@ public class ExoPlayerLibraryInfo {
...
@@ -26,15 +26,15 @@ 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.
0.13
"
;
public
static
final
String
VERSION
=
"1.
1.0
"
;
/**
/**
* The version of the library, expressed as an integer.
* The version of the library, expressed as an integer.
* <p>
* <p>
* 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 1002003.
* corresponding integer version
00
1002003.
*/
*/
public
static
final
int
VERSION_INT
=
1000013
;
public
static
final
int
VERSION_INT
=
001001000
;
/**
/**
* 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