Skip to content

Commit

Permalink
WIP: google#199 Update ExoPlayer to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stari4ek committed Jul 31, 2017
1 parent 13732fe commit a44c6f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
classpath 'com.novoda:bintray-release:0.5.0'
}
// Workaround for the following test coverage issue. Remove when fixed:
Expand Down
11 changes: 9 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,17 @@ android {
disable 'MissingTranslation'
}

// TVirl: Studio 3.0
// productFlavors {
// noExtensions
// withExtensions
// }
productFlavors {
noExtensions
withExtensions
flavorDimensions "extensions"
noExtensions {dimension "extensions"}
withExtensions {dimension "extensions"}
}
// !TVirl
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 12 10:31:13 BST 2017
#Mon Jul 31 23:34:40 MSK 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip

0 comments on commit a44c6f0

Please # to comment.