Skip to content

Commit

Permalink
Gradle components update.
Browse files Browse the repository at this point in the history
  • Loading branch information
noamtamim committed Apr 4, 2017
1 parent ca55609 commit f47ac20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions playkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ dependencies {

// Google Ads
compile 'com.google.ads.interactivemedia.v3:interactivemedia:3.7.1'
compile 'com.google.android.gms:play-services-ads:10.2.0'
compile 'com.google.android.gms:play-services-ads:10.2.1'

// Google Cast
compile 'com.google.android.gms:play-services-cast-framework:10.2.0'
compile 'com.android.support:mediarouter-v7:25.3.0'
compile 'com.google.android.gms:play-services-cast-framework:10.2.1'
compile 'com.android.support:mediarouter-v7:25.3.1'

// OkHttp
compile 'com.squareup.okhttp3:okhttp:3.4.1'
Expand Down
8 changes: 4 additions & 4 deletions playkitdemo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion '25.0.0'
compileSdkVersion 25
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "com.kaltura.playkitdemo"
Expand All @@ -26,8 +26,8 @@ repositories {

dependencies {
compile project(path: ':playkit')
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.github.kaltura:playkit-dtg-android:v2.0.0.+'

}

0 comments on commit f47ac20

Please sign in to comment.