Skip to content

Commit

Permalink
v4.0.1 Configuration for JCenter #9.
Browse files Browse the repository at this point in the history
Refactored module names, package signatures and gradle build files.
  • Loading branch information
davideas committed Nov 1, 2015
1 parent 8bad310 commit 03423a5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flexible-adapter-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "eu.davidea.examples.flexibleadapter"
minSdkVersion minSdk
targetSdkVersion targetSdk
versionCode versionCode
versionCode libraryCode
versionName libraryVersion + libraryDate
}
buildTypes {
Expand All @@ -21,7 +21,7 @@ android {

dependencies {
//compile 'eu.davidea:flexible-adapter:4.0.1'
compile project (":flexible-adapter-lib")
compile project (":flexible-adapter")
compile supportDependencies.appcompat
compile (supportDependencies.design) {
exclude module: 'support-v4'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':flexible-adapter-app', ':flexible-adapter-lib'
include ':flexible-adapter-app', ':flexible-adapter'

0 comments on commit 03423a5

Please sign in to comment.