Skip to content

Commit

Permalink
Upgrade android-maven-gradle-plugin for gradle 4.1 in order to avoid …
Browse files Browse the repository at this point in the history
…error reading api or implementation dependencies
  • Loading branch information
andremion committed Nov 16, 2017
1 parent 7003e0c commit 7b6259f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions louvre/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "com.android.support:design:$supportLibraryVersion"
implementation "com.android.support:recyclerview-v7:$supportLibraryVersion"
api "com.github.andremion:counterfab:$counterFabVersion"
implementation "com.github.andremion:counterfab:$counterFabVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
api "com.github.chrisbanes:PhotoView:$photoViewVersion"
implementation "com.github.chrisbanes:PhotoView:$photoViewVersion"

testImplementation "junit:junit:$junitVersion"

Expand Down

0 comments on commit 7b6259f

Please sign in to comment.