Skip to content

Commit

Permalink
update lib gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafahashim committed Nov 8, 2023
1 parent 6501a34 commit 098059c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

```groovy
implementation 'com.github.mostafahashim:GalleryLibrary:1.2.4'
implementation 'com.github.mostafahashim:GalleryLibrary:1.2.5'
```

Expand Down
2 changes: 1 addition & 1 deletion gallerylib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ afterEvaluate {

groupId = 'com.github.mostafahashim'
artifactId = 'gallery-lib'
version = '1.2.4'
version = '1.2.5'
}
}
}
Expand Down

0 comments on commit 098059c

Please sign in to comment.