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

Commit

Permalink
Update lib id to comply with maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sromku committed Jun 19, 2015
1 parent fafe116 commit 8cde46f
Show file tree
Hide file tree
Showing 132 changed files with 5 additions and 5 deletions.
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.0.0
VERSION_CODE=400
VERSION_NAME=4.0.1
VERSION_CODE=401
GROUP=com.sromku

POM_DESCRIPTION=Simple Facebook SDK
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
compile project(':library')
compile project(':simple-fb')
// compile project(':facebook')
compile 'com.facebook.android:facebook-android-sdk:4.0.+'
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':library', ':sample'
include ':simple-fb', ':sample'
File renamed without changes.
2 changes: 1 addition & 1 deletion library/build.gradle → 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.0.0'
libraryVersion = '4.0.1'

developerId = 'sromku'
developerName = 'Roman Kushnarenko'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8cde46f

Please sign in to comment.