Skip to content

Commit

Permalink
Use guava:33.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Jun 14, 2024
1 parent 50135db commit 46615df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/symja-evaluator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ android {

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

api project(':modules:common')

api 'com.google.guava:guava:33.2.0-android'
api 'com.google.guava:guava:33.2.1-android'
api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') {
exclude group: 'com.google.guava', module: 'guava'
}
Expand Down

0 comments on commit 46615df

Please sign in to comment.