Skip to content

Commit

Permalink
Remove spectrum module, which is currently unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbst committed Dec 4, 2024
1 parent de15a07 commit b0ceae9
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 1,843 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ task checkstyle(type: Checkstyle) {
dependencies {
implementation project(':libTba')
implementation project(':libImgur')
implementation project(':spectrum')

// Android support libraries
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':libTba', ':libImgur', ':spectrum'
include ':libTba', ':libImgur'
include 'android'
1 change: 0 additions & 1 deletion spectrum/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions spectrum/build.gradle

This file was deleted.

27 changes: 0 additions & 27 deletions spectrum/proguard-rules.pro

This file was deleted.

1 change: 0 additions & 1 deletion spectrum/src/main/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit b0ceae9

Please sign in to comment.