Skip to content

Commit a4d1453

Browse files
authored
Revert "Update Dependencies (#70)" (#83)
This reverts commit d8e46ba. Breaks release build: `JAVA_HOME=<jdk-11> ./gradlew release`.
1 parent d4d15f2 commit a4d1453

File tree

6 files changed

+141
-215
lines changed

6 files changed

+141
-215
lines changed

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ subprojects {
9797

9898
ext {
9999
depends = [
100-
guava: 'com.google.guava:guava:33.3.0-android',
101-
findbugs: 'com.google.code.findbugs:jsr305:3.0.2',
102-
junit: 'org.junit.vintage:junit-vintage-engine:5.11.0',
103-
mockito: 'org.mockito:mockito-core:5.13.0',
104-
antlr_runtime: 'org.antlr:antlr-runtime:3.5.3',
105-
antlr: 'org.antlr:antlr:3.5.3',
106-
stringtemplate: 'org.antlr:stringtemplate:4.0.2',
100+
guava: 'com.google.guava:guava:31.1-android',
101+
findbugs: 'com.google.code.findbugs:jsr305:1.3.9',
102+
junit: 'junit:junit:4.12',
103+
mockito: 'org.mockito:mockito-core:5.12.0',
104+
antlr_runtime: 'org.antlr:antlr-runtime:3.5.2',
105+
antlr: 'org.antlr:antlr:3.5.2',
106+
stringtemplate: 'org.antlr:stringtemplate:3.2.1',
107107
jflex_plugin: 'org.xbib.gradle.plugin:gradle-plugin-jflex:1.1.0',
108-
proguard_gradle: 'com.guardsquare:proguard-gradle:7.5.0',
108+
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.0',
109109
dx: 'com.google.android.tools:dx:1.7',
110-
gson: 'com.google.code.gson:gson:2.11.0',
110+
gson: 'com.google.code.gson:gson:2.3.1',
111111
jcommander: jcommanderVersion
112112
]
113113
}
@@ -205,6 +205,6 @@ buildscript {
205205
}
206206

207207
wrapper {
208-
gradleVersion = '8.10.1'
208+
gradleVersion = '8.5'
209209
distributionType = Wrapper.DistributionType.ALL
210210
}

dexlib2/accessorTestGenerator/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
dependencies {
3232
implementation project(':util')
33-
implementation 'com.google.code.findbugs:jsr305:3.0.2'
34-
implementation 'com.google.guava:guava:33.3.0-android'
35-
implementation 'org.antlr:ST4:4.3.4'
33+
implementation 'com.google.code.findbugs:jsr305:1.3.9'
34+
implementation 'com.google.guava:guava:13.0.1'
35+
implementation 'org.antlr:ST4:4.0.7'
3636

37-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
37+
testImplementation 'junit:junit:4.6'
3838
}

gradle/wrapper/gradle-wrapper.jar

15.3 KB
Binary file not shown.
+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
4-
networkTimeout=10000
5-
validateDistributionUrl=true
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
64
zipStoreBase=GRADLE_USER_HOME
7-
zipStorePath=wrapper/dists
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)