Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
id "com.diffplug.spotless" version "7.0.1" apply false
id 'io.gitlab.arturbosch.detekt' version '1.23.7' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.application' version '8.8.0' apply false
}

tasks.register('clean', Delete) {
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3467,6 +3467,14 @@
<sha256 value="7cdd337644d523fe60cfb632410c6b7fb7d982eec53270ddbedff1c26333545d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="bundletool" version="1.17.2">
<artifact name="bundletool-1.17.2.jar">
<sha256 value="166855cb81e10f2328a2931006f4801f422d8f4de5d717ec0f7f16fc2049a089" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="bundletool-1.17.2.pom">
<sha256 value="f342d06b5180e6eaba076a2a18a8e7fd66ae9b5f048964afb6ef42a023fa3752" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools.build" name="gradle" version="8.3.0">
<artifact name="gradle-8.3.0.jar">
<sha256 value="2373ffe9dd5928b2d3f2696d4d4d5f061d24d49582850dd9f05d9740f9c360d9" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
Loading