Skip to content

Commit

Permalink
[task] remove not needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mig35 committed Jun 6, 2018
1 parent 7fdf379 commit 0caf76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CarouselLayoutManager/carousel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group = "com.azoft.carousellayoutmanager"
final def siteUrl = 'https://github.com/Azoft/CarouselLayoutManager'
final def gitUrl = "https://github.com/Azoft/CarouselLayoutManager.git"
// This is the library version used when deploying the artifact
version = "1.2.3"
version = "1.2.4"

final Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down Expand Up @@ -102,8 +102,6 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
def supportVersion = "27.1.1"

implementation "com.android.support:support-v4:$supportVersion"
implementation "com.android.support:design:$supportVersion"
implementation "com.android.support:recyclerview-v7:$supportVersion"
javadocDeps "com.android.support:support-annotations:$supportVersion"
javadocDeps "com.android.support:recyclerview-v7:$supportVersion"
Expand Down
2 changes: 1 addition & 1 deletion CarouselLayoutManager/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
implementation "com.android.support:appcompat-v7:$supportVersion"
implementation "com.android.support:design:$supportVersion"
implementation "com.android.support:recyclerview-v7:$supportVersion"
implementation 'com.azoft.carousellayoutmanager:carousel:1.2.3'
implementation 'com.azoft.carousellayoutmanager:carousel:1.2.4'
// implementation project(':carousel')
}

0 comments on commit 0caf76e

Please sign in to comment.