Skip to content

Commit

Permalink
Merge pull request #1013 from ReikyZ/v75
Browse files Browse the repository at this point in the history
Release 2.1.5
  • Loading branch information
geeklok authored Sep 6, 2018
2 parents 8e4ec33 + ad16794 commit 8fbd6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLDroidPlayerDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
versionCode 12
versionName "2.1.4 "
versionName "2.1.5"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
}
buildTypes {
Expand All @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation files('libs/pldroid-player-2.1.4.jar')
implementation files('libs/pldroid-player-2.1.5.jar')
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:recyclerview-v7:27.1.0'
implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
Expand Down

0 comments on commit 8fbd6bf

Please sign in to comment.