Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 7fe322c

Browse files
authored
feat!: update api-common-java min java version to java8 (#251)
deps: update guava version to 30.1.1-jre
1 parent b74dc16 commit 7fe322c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ archivesBaseName = "api-common"
2929

3030
project.version = "1.10.7-SNAPSHOT" // {x-version-update:api-common:current}
3131

32-
sourceCompatibility = 1.7
33-
targetCompatibility = 1.7
32+
sourceCompatibility = 1.8
33+
targetCompatibility = 1.8
3434

3535
jacoco {
3636
toolVersion = "0.8.7"
@@ -45,7 +45,7 @@ ext {
4545
javax_annotations: 'javax.annotation:javax.annotation-api:1.3.2',
4646
auto_value: 'com.google.auto.value:auto-value:1.8.2',
4747
auto_value_annotations: 'com.google.auto.value:auto-value-annotations:1.8.2',
48-
guava: 'com.google.guava:guava:30.1.1-android',
48+
guava: 'com.google.guava:guava:30.1.1-jre',
4949
jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
5050
error_prone_annotations: 'com.google.errorprone:error_prone_annotations:2.8.0',
5151

0 commit comments

Comments
 (0)