Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit

Permalink
Update version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sromku committed Oct 14, 2015
1 parent 03f0ae8 commit 86a61a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Since my feeling was that the usage of Facebook SDK was too complicated for simp
## Latest Release
``` gradle
dependencies {
compile 'com.sromku:simple-fb:4.1.0'
compile 'com.sromku:simple-fb:4.1.1'
}
```

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=4.1.0
VERSION_CODE=410
VERSION_NAME=4.1.1
VERSION_CODE=411
GROUP=com.sromku

POM_DESCRIPTION=Simple Facebook SDK
Expand Down
2 changes: 1 addition & 1 deletion simple-fb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
siteUrl = 'https://github.com/sromku/android-simple-facebook'
gitUrl = 'https://github.com/sromku/android-simple-facebook.git'

libraryVersion = '4.1.0'
libraryVersion = '4.1.1'

developerId = 'sromku'
developerName = 'Roman Kushnarenko'
Expand Down

0 comments on commit 86a61a1

Please sign in to comment.