Starting to make a complexer toggler and picker
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'me.trouper'
|
||||
version '0.0.3'
|
||||
version '0.0.4'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -11,6 +11,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||
implementation 'com.ezylang:EvalEx:3.0.5'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user