Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 29, 2023
1 parent 4b9d854 commit 48920ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dalvik/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ tasks.named<Test>("test") {
// Disable the task for JDK 21 for now. We have test failures due to a required r8 upgrade
// that introduces some new behaviors we don't expect
// See https://github.com/wala/WALA/issues/1349
enabled = false
// enabled = false
}
maxHeapSize = "800M"

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ktfmt = "0.44"
spotless = "6.23.3"

[libraries]
android-tools = "com.android.tools:r8:8.2.38"
android-tools = "com.android.tools:r8:8.2.39"
ant = "org.apache.ant:ant:1.10.14"
assertj-core = "org.assertj:assertj-core:3.24.2"
commons-cli = "commons-cli:commons-cli:1.5.0"
Expand Down

0 comments on commit 48920ae

Please sign in to comment.