[go: nahoru, domu]

Skip to content

Commit

Permalink
Switch to new dependency configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodenhof committed Apr 2, 2018
1 parent edd7aef commit 8e9adbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Gradle
```
dependencies {
...
compile 'de.hdodenhof:circleimageview:2.2.0'
//or
implementation 'de.hdodenhof:circleimageview:2.2.0'
}
```
Expand Down
2 changes: 1 addition & 1 deletion circleimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
}

dependencies {
provided 'com.android.support:support-annotations:27.1.0'
compileOnly 'com.android.support:support-annotations:27.1.0'
}

apply from: 'https://raw.github.com/hdodenhof/gradle-mvn-push/master/gradle-mvn-push.gradle'
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ android {
}

dependencies {
compile project(':circleimageview')
implementation project(':circleimageview')
}

0 comments on commit 8e9adbf

Please sign in to comment.