Skip to content

Commit

Permalink
fixed workflow compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlbo authored Sep 6, 2024
1 parent 0fd631a commit c0b9c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.zip.ZipFile

plugins {
id 'com.android.application'
id 'net.nemerosa.versioning' version '2.15.1'
id 'net.nemerosa.versioning' version '3.1.0'
id 'org.mozilla.rust-android-gradle.rust-android'
}

Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation 'com.microsoft.appcenter:appcenter-crashes:5.0.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'
implementation 'com.google.guava:guava:32.0.0-android'
implementation 'com.google.guava:guava:33.2.1-android'

implementation 'com.mpatric:mp3agic:0.9.1'

Expand Down

0 comments on commit c0b9c1d

Please sign in to comment.