Skip to content

Commit

Permalink
Changed project structure so that all subprojects are in the same roo…
Browse files Browse the repository at this point in the history
…t, otherwise AS chokes
  • Loading branch information
ManuelPeinado committed Apr 11, 2014
1 parent 0adeebc commit a4f289d
Show file tree
Hide file tree
Showing 166 changed files with 9 additions and 9 deletions.
File renamed without changes.
Expand Up @@ -25,4 +25,4 @@ android {
}
}

apply from: '../../maven_push.gradle'
apply from: '../maven_push.gradle'
File renamed without changes.
File renamed without changes.
Expand Up @@ -29,4 +29,4 @@ android {
}
}

apply from: '../../maven_push.gradle'
apply from: '../maven_push.gradle'
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,7 @@
apply plugin: 'android'

dependencies {
compile project(':extras/actionbarcompat')
compile project(':extras-actionbarcompat')
}

android {
Expand Down
File renamed without changes
@@ -1,7 +1,7 @@
apply plugin: 'android'

dependencies {
compile project(':extras/actionbarsherlock')
compile project(':extras-actionbarsherlock')
}

android {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions settings.gradle
@@ -1,8 +1,8 @@
include ':library'
include ':samples/stock'
include ':samples-stock'

include 'extras/actionbarsherlock'
include ':samples/actionbarsherlock'
include 'extras-actionbarsherlock'
include ':samples-actionbarsherlock'

include 'extras/actionbarcompat'
include ':samples/actionbarcompat'
include 'extras-actionbarcompat'
include ':samples-actionbarcompat'

0 comments on commit a4f289d

Please sign in to comment.