Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flexboxVersion = "3.0.0"
fragmentKtxVersion = "1.8.9"
glide = "5.0.5"
gsonVersion = "2.13.2"
ical4jVersion = "3.2.19"
ical4jVersion = "4.2.1"
jackrabbitWebdavVersion = "2.13.5"
jacoco = "0.8.14"
jsonVersion = "20250517"
Expand Down
14 changes: 13 additions & 1 deletion gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
<trust file=".*-javadoc[.]jar" regex="true" reason="Android Studio downloads javadoc jars but doesn't add checksums - fixes building in AS"/>
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
</trusted-artifacts>
<ignored-keys>
<ignored-key id="16968D251E760606" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="gradle" name="gradle" version="9.2.1"/>
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="^com[.]github[.]ajalt($|([.].*))" regex="true"/>
<trusted-key id="042B29E928995B9DB963C636C7CA19B7B620D787" group="com.github.stephenc.jcip" name="jcip-annotations" version="1.0-1"/>
Expand Down Expand Up @@ -99,6 +101,7 @@
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="gradle" name="gradle" version="9.2.1"/>
<trusted-key id="1D0A8B5E77C678A7C724445ABF984B4145EA13F7" group="com.squareup" name="javapoet" version="1.13.0"/>
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
Expand Down Expand Up @@ -396,6 +399,7 @@
<trusting group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.6.4"/>
</trusted-key>
<trusted-key id="B17136D06153558101DB7DF723778689FBFBE047" group="pl.droidsonroids.gif" name="android-gif-drawable" version="1.2.29"/>
<trusted-key id="B41089A2DA79B0FA5810252872385FF0AF338D52" group="org.threeten" name="threeten-extra" version="1.8.0"/>
<trusted-key id="B69A63A5EF7183DBC09199AC26E74B6874AEE127" group="com.github.bumptech.glide" name="glide" version="3.8.0"/>
<trusted-key id="B6E73D84EA4FCC47166087253FAAD2CD5ECBB314">
<trusting group="commons-beanutils"/>
Expand Down Expand Up @@ -34503,6 +34507,14 @@
<sha256 value="ea23365abca70f90613ed7ed452ceaea3c48831181bfa0c18b21f2aa63659e76" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mnode.ical4j" name="ical4j" version="4.2.1">
<artifact name="ical4j-4.2.1.jar">
<sha256 value="fe90cc259c2cea1d662df2a001b037daea9636cf56697e0db63fe2eddf833914" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="ical4j-4.2.1.module">
<sha256 value="78c9e9a44b1b4ddf6a51edba979fcb09819709a65565bb36a9407e99414f1ca7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.mockito" name="mockito-android" version="4.11.0">
<artifact name="mockito-android-4.11.0.jar">
<sha256 value="c631906a7909199f47c4e0d68137bd37a909d2577f06548fe2642b7189cf6358" origin="Generated by Gradle"/>
Expand Down
Loading