Skip to content

Commit

Permalink
add compileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
QAutomatron committed Dec 13, 2021
1 parent 8fd5409 commit 989f7a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ plugins {
android {
compileSdkVersion 31

compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
Expand Down
6 changes: 6 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ plugins {

android {
compileSdkVersion 31

compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}

defaultConfig {
applicationId "com.qautomatron.sample"
minSdkVersion 16
Expand Down

0 comments on commit 989f7a3

Please sign in to comment.