Skip to content

Commit

Permalink
Set source compatibility to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Mar 31, 2020
1 parent 9dd8ebd commit 49ea12a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
kotlinOptions {
jvmTarget = "1.8"
}
lintOptions {
abortOnError false
}
Expand Down

0 comments on commit 49ea12a

Please sign in to comment.