From 933b7faadd97d57c0b1de625c2600aa0caa2347a Mon Sep 17 00:00:00 2001 From: twisstosin Date: Sun, 12 Feb 2017 23:06:51 +0100 Subject: [PATCH 1/3] Updated Gradle, Compile and Build Tools Version --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b10a17de81..3f4bab597a 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.novoda:bintray-release:0.3.4' } } @@ -29,9 +29,9 @@ allprojects { jcenter() } project.ext { - compileSdkVersion=24 - targetSdkVersion=24 - buildToolsVersion='23.0.3' + compileSdkVersion=25 + targetSdkVersion=25 + buildToolsVersion='25' releaseRepoName = 'exoplayer' releaseUserOrg = 'google' releaseGroupId = 'com.google.android.exoplayer' From 460dc2561a07eca9e5bffaf334a0c9d6858581e9 Mon Sep 17 00:00:00 2001 From: twisstosin Date: Tue, 14 Feb 2017 19:23:08 +0100 Subject: [PATCH 2/3] Changed Text Size --- library/src/main/res/layout/exo_playback_control_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/res/layout/exo_playback_control_view.xml b/library/src/main/res/layout/exo_playback_control_view.xml index f8ef5a6fdd..531ee4c6fa 100644 --- a/library/src/main/res/layout/exo_playback_control_view.xml +++ b/library/src/main/res/layout/exo_playback_control_view.xml @@ -58,7 +58,7 @@ Date: Thu, 16 Feb 2017 21:30:37 +0100 Subject: [PATCH 3/3] Reverted Font Size Change --- library/src/main/res/layout/exo_playback_control_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/res/layout/exo_playback_control_view.xml b/library/src/main/res/layout/exo_playback_control_view.xml index 531ee4c6fa..f8ef5a6fdd 100644 --- a/library/src/main/res/layout/exo_playback_control_view.xml +++ b/library/src/main/res/layout/exo_playback_control_view.xml @@ -58,7 +58,7 @@