Skip to content

Commit

Permalink
Mandate java 1.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
plt-amy committed Jun 6, 2022
1 parent b3580c5 commit e452125
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/build.gradle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ android {
jniLibs.srcDir 'lib'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "${applicationId}"
minSdkVersion 21
Expand Down

0 comments on commit e452125

Please sign in to comment.