Skip to content

Commit

Permalink
fix: reduce java version
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Aug 30, 2024
1 parent 8c057df commit 392b0db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ repositories {
## Requirements

- Android - API level 24
- Java 11
- Java 8 / 1.8
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
group 'org.torusresearch'
version '4.0.0'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

repositories {
mavenCentral()
Expand Down

0 comments on commit 392b0db

Please sign in to comment.