We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50135db commit 46615dfCopy full SHA for 46615df
modules/symja-evaluator/build.gradle
@@ -27,15 +27,15 @@ android {
27
28
dependencies {
29
30
- implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
31
implementation 'com.google.android.material:material:1.12.0'
32
testImplementation 'junit:junit:4.13.2'
33
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
34
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
35
36
api project(':modules:common')
37
38
- api 'com.google.guava:guava:33.2.0-android'
+ api 'com.google.guava:guava:33.2.1-android'
39
api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') {
40
exclude group: 'com.google.guava', module: 'guava'
41
}
0 commit comments