Skip to content

Commit

Permalink
add android dependency to verification metadat
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Mar 4, 2024
1 parent ae9cb7b commit 7da6319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<trusted-artifacts>
<trust file=".*-javadoc[.]jar" regex="true"/>
<trust file=".*-sources[.]jar" regex="true"/>
<trust file="delivery-sdk-[0-9]+.[0-9]+.[0-9]+-SNAPSHOT.jar" regex="true"/>
<trust file="delivery-sdk-generators-[0-9]+.[0-9]+.[0-9]+-SNAPSHOT.jar" regex="true"/>
<trust group="ai.kontent" name="delivery-sdk" version="[0-9]+.[0-9]+.[0-9]+-SNAPSHOT" regex="true"/>
<trust group="ai.kontent" name="delivery-sdk-generators" version="[0-9]+.[0-9]+.[0-9]+-SNAPSHOT" regex="true"/>
<trust group="com.android.tools.build"/>
</trusted-artifacts>
</configuration>
<components>
Expand Down

0 comments on commit 7da6319

Please sign in to comment.