Skip to content

Commit

Permalink
Downgrade Android Java version to 1.8 (from 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeganDC committed Oct 30, 2023
1 parent 0cc9684 commit 01b2e6b
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 01b2e6b

Please sign in to comment.