Skip to content

Commit

Permalink
🐳 chore: Upgrade Javet to v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Sep 2, 2024
1 parent cd7cec4 commit 69901ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android_node/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Config {
object Versions {
const val BYTE_BUDDY = "1.14.10"
const val JAVENODE = "0.7.0"
const val JAVET = "3.1.1"
const val JAVET = "3.1.6"
const val JETTY_WEBSOCKET = "9.4.53.v20231009"
const val VERTX = "4.5.0"
}
Expand Down Expand Up @@ -108,6 +108,7 @@ dependencies {
implementation(Config.Projects.JAVET_ANDROID)
implementation(Config.Projects.VERTX)
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down
3 changes: 2 additions & 1 deletion android_v8/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Config {
object Versions {
const val BYTE_BUDDY = "1.14.10"
const val JAVENODE = "0.7.0"
const val JAVET = "3.1.2"
const val JAVET = "3.1.6"
const val JETTY_WEBSOCKET = "9.4.53.v20231009"
const val VERTX = "4.5.0"
}
Expand Down Expand Up @@ -108,6 +108,7 @@ dependencies {
implementation(Config.Projects.JAVET_ANDROID)
implementation(Config.Projects.VERTX)
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down

0 comments on commit 69901ef

Please sign in to comment.