Skip to content

Commit

Permalink
master - updated libvlc version and removed unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
masterwok committed Jul 9, 2018
1 parent b64edc3 commit fef7a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions libvlc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionName "3.0.0"
}

buildTypes {
Expand All @@ -20,7 +20,5 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
}
2 changes: 0 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:design:27.1.1'

implementation project(':libvlc')
}

0 comments on commit fef7a83

Please sign in to comment.