Skip to content

Commit

Permalink
Remove Venom Gradle plugin (#5026)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1207908166761516/1208315099637999/f

[Venom](https://github.com/YarikSOffice/venom) accidentally made it into
my previous PR as I’d been using it to kill the app to test my App
Launch feature. Lets remove it 😬
  • Loading branch information
mikescamell authored Sep 17, 2024
1 parent 5a70f8b commit b2c944e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ dependencies {
internalImplementation "com.facebook.flipper:flipper:_"
internalImplementation "com.facebook.soloader:soloader:_"

internalImplementation "com.github.YarikSOffice.Venom:venom:_"
playImplementation "com.github.YarikSOffice.Venom:venom-no-op:_"

// Testing dependencies
androidTestUtil AndroidX.test.orchestrator
androidTestImplementation AndroidX.archCore.testing
Expand Down
4 changes: 0 additions & 4 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ version.com.frybits.harmony..harmony-crypto=1.2.6

version.com.getkeepsafe.relinker..relinker=1.4.5

version.com.github.YarikSOffice.Venom..venom=0.7.1

version.com.github.YarikSOffice.Venom..venom-no-op=0.7.1

version.com.github.bumptech.glide..ksp=4.16.0

version.com.github.bumptech.glide..glide=4.16.0
Expand Down

0 comments on commit b2c944e

Please sign in to comment.