Skip to content

Commit

Permalink
Remove gradle config form litho-compose module
Browse files Browse the repository at this point in the history
Summary: As per title. This module can't be open source because it relies on internal code.

Reviewed By: pengj

Differential Revision: D63756997

fbshipit-source-id: e862de85bc60ab2b00ac584d3ee80a28a7fde1f9
  • Loading branch information
zielinskimz authored and facebook-github-bot committed Oct 3, 2024
1 parent 37d8cc8 commit 4d80f7b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 139 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ ext.deps = [
supportTransition : 'androidx.transition:transition:1.0.0',
supportSwipeRefresh: 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0',
supportDynamicAnimations : 'androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03',
// compose
activityCompose : 'androidx.activity:activity-compose:1.9.0',
composeFoundation : 'androidx.compose.foundation:foundation:1.7.0',
composeUi : 'androidx.compose.ui:ui:1.7.0',
composeRuntime : 'androidx.compose.runtime:runtime:1.7.0',
// lifecycle
lifecycle : 'androidx.lifecycle:lifecycle-runtime:2.6.1',
viewModel : 'androidx.lifecycle:lifecycle-viewmodel:2.3.1',
Expand Down
106 changes: 0 additions & 106 deletions litho-compose/build.gradle

This file was deleted.

18 changes: 0 additions & 18 deletions litho-compose/gradle.properties

This file was deleted.

9 changes: 0 additions & 9 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ android {
lint {
abortOnError false
}
buildFeatures {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.10"
}

// TODO(#62): Re-enable abort on error.
}
Expand Down Expand Up @@ -78,9 +72,6 @@ dependencies {
implementation deps.frescoVitoOptions
implementation deps.frescoVitoSource
implementation deps.guava
implementation deps.composeFoundation
implementation deps.composeUi
implementation deps.composeRuntime

// Annotations
compileOnly deps.jsr305
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

include ':litho-annotations'
include ':litho-compose'
include ':litho-core'
include ':litho-coroutines-kotlin'
include ':litho-editor-core'
Expand Down

0 comments on commit 4d80f7b

Please sign in to comment.