Skip to content

Commit 39ccd79

Browse files
authored
Merge pull request #29 from torusresearch/fix_jitpack_v4
fix: reduce java version
2 parents 8c057df + 392b0db commit 39ccd79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ repositories {
3535
## Requirements
3636

3737
- Android - API level 24
38-
- Java 11
38+
- Java 8 / 1.8

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
group 'org.torusresearch'
88
version '4.0.0'
99

10-
sourceCompatibility = 11
11-
targetCompatibility = 11
10+
sourceCompatibility = JavaVersion.VERSION_1_8
11+
targetCompatibility = JavaVersion.VERSION_1_8
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)