Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from readium/fixes/cleanup
Browse files Browse the repository at this point in the history
added course and target compatibility
  • Loading branch information
aferditamuriqi authored Jul 26, 2019
2 parents 2f881e2 + 04a67af commit 35f8428
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions r2-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 35f8428

Please sign in to comment.