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

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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.10.1'
classpath 'com.android.tools.build:gradle:8.11.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
17 changes: 17 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<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="D46C5610D06E7001" reason="Key couldn't be downloaded from any key server"/>
<ignored-key id="EB095DA7D2F6AC0E" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
Expand Down Expand Up @@ -4516,6 +4517,14 @@
<sha256 value="d7230cbf765abbe27b85337d5c703aa01624ad519913e8dd5f782a1db57bf071" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="bundletool" version="1.18.1">
<artifact name="bundletool-1.18.1.jar">
<sha256 value="a73341a7945abcb0e6b8971c7b1b2801bd765006447ca0d2437a4260d572ceac" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="bundletool-1.18.1.pom">
<sha256 value="5c4df7b2e31f17f20e4b8dbd62a2b7865a09a49a1fd2931a359fd394ecb9b5a5" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="gradle" version="8.10.1">
<artifact name="gradle-8.10.1.jar">
<sha256 value="a0fe22ce029c548335a75913f7ad517c827c567b8abb84047102034255ae1173" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -8804,6 +8813,14 @@
<sha256 value="cd0baa47788b0f07c31d4a4932f618d4ca9ffd3003ae3dc2cade53df6708f020" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.ibm.icu" name="icu4j" version="77.1">
<artifact name="icu4j-77.1.jar">
<sha256 value="b3640b9f416a4411fd33c59abbeea8fd57d024c23e1819bf9673220a97499fe3" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="icu4j-77.1.pom">
<sha256 value="16e54bf6bfa9fb221bb57e133a8373f442110f3dae3710156e92615c82476e18" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="com.ibm.icu" name="icu4j-root" version="74.2">
<artifact name="icu4j-root-74.2.pom">
<sha256 value="a0daf2ab7b3d63b093ae76dd2fd9858df27508cee3b29f00b7dd6d25a1fde9d6" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
Expand Down
Loading