Skip to content

Commit 46615df

Browse files
committed
Use guava:33.2.1
1 parent 50135db commit 46615df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/symja-evaluator/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ android {
2727

2828
dependencies {
2929

30-
implementation 'androidx.appcompat:appcompat:1.6.1'
30+
implementation 'androidx.appcompat:appcompat:1.7.0'
3131
implementation 'com.google.android.material:material:1.12.0'
3232
testImplementation 'junit:junit:4.13.2'
3333
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
3535

3636
api project(':modules:common')
3737

38-
api 'com.google.guava:guava:33.2.0-android'
38+
api 'com.google.guava:guava:33.2.1-android'
3939
api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') {
4040
exclude group: 'com.google.guava', module: 'guava'
4141
}

0 commit comments

Comments
 (0)