Skip to content

Commit

Permalink
version v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguegon committed Sep 22, 2016
1 parent e8143f8 commit 82e7b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Expand Up @@ -12,7 +12,7 @@ See GalleryModule post series in my [blog](http://guiguegon.es/blog/)
## Download
Add the following dependency to your gradle file
```java
compile 'es.guiguegon:gallerymodule:1.3.0'
compile 'es.guiguegon:gallerymodule:1.3.1'
```

or use JitPack [![](https://jitpack.io/v/guiguegon/GalleryModule.svg)](https://jitpack.io/#guiguegon/GalleryModule)
Expand Down
4 changes: 2 additions & 2 deletions gallerymodule/build.gradle
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

def versionLibCode = 2
def versionLibName = '1.3.0'
def versionLibCode = 3
def versionLibName = '1.3.1'

Properties properties = new Properties()
if (project.rootProject.file('local.properties').exists()) {
Expand Down

0 comments on commit 82e7b7a

Please sign in to comment.