Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dinitri committed Apr 26, 2024
1 parent 87f853d commit f6e784f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
</config-file>
<source-file src="src/android/SpectrumManager.java" target-dir="src/com/spoon/spectrum" />
<source-file src="src/android/SpoonCameraExif.java" target-dir="src/com/spoon/spectrum" />
<source-file src="src/android/ImageSize.java" target-dir="src/com/spoon/spectrum/utils" />
<source-file src="src/android/DoNotStrip.java" target-dir="src/com/spoon/spectrum/utils" />
<source-file src="src/android/Preconditions.java" target-dir="src/com/spoon/spectrum/utils" />
<framework src="com.google.code.findbugs:jsr305:3.0.2"></framework>
</platform>

Expand Down

0 comments on commit f6e784f

Please sign in to comment.