Skip to content

Commit

Permalink
fix pavkage path"
Browse files Browse the repository at this point in the history
  • Loading branch information
dinitri committed Apr 26, 2024
1 parent f6e784f commit 801ab62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +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" />
<source-file src="src/android/utils/ImageSize.java" target-dir="src/com/spoon/spectrum/utils" />
<source-file src="src/android/utils/DoNotStrip.java" target-dir="src/com/spoon/spectrum/utils" />
<source-file src="src/android/utils/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 801ab62

Please sign in to comment.