Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Bump soot 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa committed Jun 21, 2021
1 parent ea7c403 commit 883e902
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ group 'cn.hluwa'
sourceCompatibility = 1.8

repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"

}
mavenCentral()
}

Expand All @@ -20,7 +24,7 @@ jar {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'

compile group: 'org.soot-oss', name: 'soot', version: '4.3.0'
compile group: 'org.soot-oss', name: 'soot', version: '4.3.0-SNAPSHOT'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '2.6.1'
compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
Expand Down

0 comments on commit 883e902

Please sign in to comment.