From 6246118758cdc980df6467e8ef4831f937bdfa38 Mon Sep 17 00:00:00 2001 From: axexlck Date: Thu, 11 Jan 2024 22:40:38 +0100 Subject: [PATCH] Use Symja 3.1.0-SNAPSHOT --- modules/symja-evaluator/build.gradle | 6 +++--- symja_android_library | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/symja-evaluator/build.gradle b/modules/symja-evaluator/build.gradle index 7e663fc..8a925d1 100644 --- a/modules/symja-evaluator/build.gradle +++ b/modules/symja-evaluator/build.gradle @@ -35,11 +35,11 @@ dependencies { api project(':modules:common') - api 'com.google.guava:guava:32.1.3-android' - api('org.matheclipse:matheclipse-core:3.0.1-SNAPSHOT') { + api 'com.google.guava:guava:33.0.0-android' + api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') { exclude group: 'com.google.guava', module: 'guava' } - api('org.matheclipse:matheclipse-api:3.0.1-SNAPSHOT') { + api('org.matheclipse:matheclipse-api:3.1.0-SNAPSHOT') { exclude group: 'org.matheclipse', module: 'matheclipse-core' exclude group: 'org.matheclipse', module: 'matheclipse-gpl' exclude group: 'org.matheclipse', module: 'matheclipse-io' diff --git a/symja_android_library b/symja_android_library index 1ec4c42..7f91784 160000 --- a/symja_android_library +++ b/symja_android_library @@ -1 +1 @@ -Subproject commit 1ec4c421f0fa9ebfd0ec26840e4b23a4498aa1d8 +Subproject commit 7f917840b01152b620c6f98db7b066b1f3c0d34d