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.
2 parents 8c057df + 392b0db commit 39ccd79Copy full SHA for 39ccd79
2 files changed
README.md
@@ -35,4 +35,4 @@ repositories {
35
## Requirements
36
37
- Android - API level 24
38
-- Java 11
+- Java 8 / 1.8
build.gradle
@@ -7,8 +7,8 @@ plugins {
7
group 'org.torusresearch'
8
version '4.0.0'
9
10
-sourceCompatibility = 11
11
-targetCompatibility = 11
+sourceCompatibility = JavaVersion.VERSION_1_8
+targetCompatibility = JavaVersion.VERSION_1_8
12
13
repositories {
14
mavenCentral()
0 commit comments