We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9ab0d commit 7178130Copy full SHA for 7178130
build.gradle
@@ -24,7 +24,7 @@ repositories {
24
}
25
26
dependencies {
27
- implementation "org.soot-oss:soot:4.2.1"
+ implementation "org.soot-oss:soot:4.4.1"
28
29
api(project(":clue-common")) {
30
exclude group: 'com.google.code.gson', module: 'gson'
gradle.properties
@@ -1 +1 @@
1
-version=1.4.0
+version=1.4.1
0 commit comments