Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Jun 27, 2020
1 parent ecaf432 commit f55f077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loupe-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish {
userOrg = 'isseiaoki'
groupId = 'com.igreenwood'
artifactId = 'loupe'
publishVersion = '1.0.2'
publishVersion = '1.0.3'
desc = 'ImageView Helper for Android that supports pinch-to-zoom and swipe-to-dismiss gesture.'
website = 'https://github.com/igreenwood/loupe'
}
Expand Down
2 changes: 1 addition & 1 deletion loupe-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ dependencies {
implementation 'com.xwray:groupie:2.7.0'
implementation 'com.xwray:groupie-databinding:2.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.igreenwood:loupe:1.0.1'
implementation 'com.igreenwood:loupe:1.0.3'
}

0 comments on commit f55f077

Please sign in to comment.