Skip to content

Commit

Permalink
Publish new version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopspower committed Jul 4, 2018
1 parent 227d12e commit f7e0a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions circularimageview-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
}

dependencies {
implementation project(':circularimageview')
//implementation "com.mikhaellopez:circularimageview:$androidVersionName"
//implementation project(':circularimageview')
implementation "com.mikhaellopez:circularimageview:$androidVersionName"
implementation appCompat
implementation lobsterPicker
}
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ allprojects {

ext {
// APP VERSION
androidVersionCode = 10
androidVersionName = "3.0.2"
androidVersionCode = 11
androidVersionName = "3.1.0"

// ANDROID VERSION
androidCompileSdkVersion = 27
Expand Down

0 comments on commit f7e0a36

Please sign in to comment.