Skip to content

Commit

Permalink
[Gradle] - Refactor: move content of :exhibitions module to `:conte…
Browse files Browse the repository at this point in the history
…nt_listing`
  • Loading branch information
Cliabhach authored and caguilar187 committed Oct 25, 2018
1 parent 8b8eabd commit 6da8ab7
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 54 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ dependencies {
implementation project(':info')
implementation project(':audio')
implementation project(':map')
implementation project(':exhibitions')
implementation project(':events')
implementation project(':analytics')
implementation project(':media')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import com.fuzz.rx.disposedBy
import com.jakewharton.rxbinding2.widget.text
import edu.artic.adapter.AutoHolderRecyclerViewAdapter
import edu.artic.adapter.BaseViewHolder
import edu.artic.content.listing.R
import edu.artic.image.GlideApp
import kotlinx.android.synthetic.main.cell_all_exhibitions_layout.view.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import edu.artic.adapter.itemChanges
import edu.artic.adapter.itemClicksWithPosition
import edu.artic.analytics.ScreenName
import edu.artic.base.utils.asDeepLinkIntent
import edu.artic.content.listing.R
import edu.artic.exhibitions.recyclerview.AllExhibitionsItemDecoration
import edu.artic.navigation.NavigationConstants
import edu.artic.viewmodel.BaseViewModelFragment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.content.Context
import android.graphics.Rect
import android.support.v7.widget.RecyclerView
import android.view.View
import edu.artic.exhibitions.R
import edu.artic.content.listing.R

class AllExhibitionsItemDecoration(
context: Context,
Expand Down
3 changes: 3 additions & 0 deletions content_listing/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<dimen name="all_tour_cell_spacing_vertical_header" tools:ignore="MissingDefaultResource">@dimen/marginDouble</dimen>
<dimen name="all_tour_cell_spacing_horizontal">16dp</dimen>

<dimen name="all_exhibitions_cell_spacing_vertical">18dp</dimen>
<dimen name="all_exhibitions_cell_spacing_horizontal">16dp</dimen>

</resources>
1 change: 0 additions & 1 deletion exhibitions/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions exhibitions/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions exhibitions/proguard-rules.pro

This file was deleted.

2 changes: 0 additions & 2 deletions exhibitions/src/main/AndroidManifest.xml

This file was deleted.

5 changes: 0 additions & 5 deletions exhibitions/src/main/res/values/dimens.xml

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include ':adapter',
':db',
':details',
':events',
':exhibitions',
':image',
':info',
':localization',
Expand Down
1 change: 0 additions & 1 deletion welcome/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies {
implementation project(':media_ui')
implementation project(':adapter')
implementation project(':content_listing')
implementation project(':exhibitions')
implementation project(':events')
implementation project(':navigation')
implementation project(':media')
Expand Down

0 comments on commit 6da8ab7

Please sign in to comment.