Skip to content

Commit

Permalink
fix: adapt to latest sdk 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed May 16, 2024
1 parent 44da69f commit 978ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threema-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<configuration>
<target>
<mkdir dir="${project.basedir}/lib" />
<get src="https://gateway.threema.ch/sdk/threema-msgapi-sdk-java-2.0.1.zip" dest="${project.basedir}/lib/threema-msgapi-tool.zip" />
<get src="https://gateway.threema.ch/sdk/threema-msgapi-sdk-java-2.1.0.zip" dest="${project.basedir}/lib/threema-msgapi-tool.zip" />
<unzip src="${project.basedir}/lib/threema-msgapi-tool.zip" dest="${project.basedir}/lib" overwrite="false">
<patternset includes="threema-msgapi-tool.jar" />
</unzip>
Expand Down

0 comments on commit 978ea20

Please sign in to comment.