Skip to content

Commit

Permalink
Remove unused picasso-layoutlib-compat module (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamepro65 authored Nov 30, 2023
1 parent 2b54a27 commit e41e88b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 142 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ composeUi-testManifest = { module = 'androidx.compose.ui:ui-test-manifest', vers

drawablePainter = { module = 'com.google.accompanist:accompanist-drawablepainter', version = '0.30.1' }

layoutlib = { module = 'app.cash.paparazzi:layoutlib-native-jdk11', version = '2022.3.1-5e972ea' }

okio = { module = "com.squareup.okio:okio", version = '3.5.0' }

okhttp = { module = 'com.squareup.okhttp3:okhttp', version.ref = 'okhttp' }
Expand Down
16 changes: 0 additions & 16 deletions picasso-layoutlib-compat/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions picasso-layoutlib-compat/api/picasso-layoutlib-compat.api

This file was deleted.

17 changes: 0 additions & 17 deletions picasso-layoutlib-compat/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions picasso-layoutlib-compat/gradle.properties

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion picasso-paparazzi-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
testImplementation libs.junit

testImplementation projects.picasso
testImplementation projects.picassoLayoutlibCompat
}

// https://github.com/diffplug/spotless/issues/1572
Expand Down
1 change: 0 additions & 1 deletion picasso-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ dependencies {
implementation projects.picasso
implementation projects.picassoStats
implementation projects.picassoCompose
implementation projects.picassoLayoutlibCompat
}
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ rootProject.name = 'picasso-root'

include 'picasso'
include 'picasso-compose'
include 'picasso-layoutlib-compat'
include 'picasso-paparazzi-sample'
include 'picasso-pollexor'
include 'picasso-sample'
Expand Down

0 comments on commit e41e88b

Please sign in to comment.