Skip to content

Commit

Permalink
Updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
lawloretienne committed Dec 16, 2016
1 parent 1459b8e commit 7410c5b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Change Log

##Version 0.1.0 (2016-12-16)
* Updated layouts and themes.
* Removed ItemDecorator.
* Updated Dependencies.

##Version 0.0.15 (2016-06-10)
* Added ImageGalleryFragment
* Fixed ItemDecoration issue on configuration change
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ ImageGalleryActivity | FullScreenImageGallery

#### Gradle

`compile 'com.github.lawloretienne:imagegallery:0.0.15'`
`compile 'com.github.lawloretienne:imagegallery:0.1.0'`

#### Maven
```
<dependency>
<groupId>com.github.lawloretienne</groupId>
<artifactId>imagegallery</artifactId>
<version>0.0.15</version>
<version>0.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.0.15
VERSION_CODE=15
VERSION_NAME=0.1.0
VERSION_CODE=16
GROUP=com.github.lawloretienne

POM_DESCRIPTION=A gallery used to host an array of images
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 15
versionName "0.0.15"
versionCode 16
versionName "0.1.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.etiennelawlor.imagegallery"
minSdkVersion 14
targetSdkVersion 25
versionCode 15
versionName "0.0.15"
versionCode 16
versionName "0.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 7410c5b

Please sign in to comment.