Skip to content

Commit

Permalink
Use Symja 3.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Dec 11, 2023
1 parent 6c424fc commit d1a0b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/symja-evaluator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ android {
dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.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:32.1.3-android'
api('org.matheclipse:matheclipse-core:3.0.0') {
api('org.matheclipse:matheclipse-core:3.0.1-SNAPSHOT') {
exclude group: 'com.google.guava', module: 'guava'
}
api('org.matheclipse:matheclipse-api:3.0.0') {
api('org.matheclipse:matheclipse-api:3.0.1-SNAPSHOT') {
exclude group: 'org.matheclipse', module: 'matheclipse-core'
exclude group: 'org.matheclipse', module: 'matheclipse-gpl'
exclude group: 'org.matheclipse', module: 'matheclipse-io'
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library

0 comments on commit d1a0b13

Please sign in to comment.