Skip to content

Commit

Permalink
update kotlin, update evalex lib
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Apr 9, 2023
1 parent 353edac commit 5ccd759
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wrapper {
}

buildscript {
ext.kotlin_version = '1.8.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand All @@ -18,7 +18,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.24.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.1'
}
}

Expand Down
6 changes: 5 additions & 1 deletion obd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}

kotlin {
jvmToolchain(11)
}
}

dependencies {
implementation 'com.ezylang:EvalEx:3.0.2'
implementation 'com.ezylang:EvalEx:3.0.4'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0'
implementation "androidx.startup:startup-runtime:1.1.1"
}
Expand Down

0 comments on commit 5ccd759

Please sign in to comment.