Skip to content

Commit

Permalink
Merge pull request #87 from jesims/main
Browse files Browse the repository at this point in the history
Downgrade Android Java version to 1.8 (from 17)
  • Loading branch information
incrediblezayed authored Feb 21, 2024
2 parents b3fbe8b + 01b2e6b commit 8af976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
minSdkVersion 19
}
compileOptions {
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
}

Expand Down

0 comments on commit 8af976b

Please sign in to comment.