Skip to content

Commit

Permalink
Update ExoPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed May 26, 2017
1 parent a5488d6 commit c9ce01c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId 'com.stevenschoen.putionew'
minSdkVersion 19
targetSdkVersion 25
versionCode 115
versionName '4.1-beta2'
versionCode 116
versionName '4.1'
multiDexEnabled true
}
buildTypes {
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
compile 'nz.bradcampbell:paperparcel:2.0.1'
compile 'nz.bradcampbell:paperparcel-kotlin:2.0.1'
kapt 'nz.bradcampbell:paperparcel-compiler:2.0.1'
compile 'com.google.android.exoplayer:exoplayer:r2.4.0'
compile 'com.google.android.exoplayer:exoplayer:r2.4.1'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit c9ce01c

Please sign in to comment.