Skip to content

Commit

Permalink
Target Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed May 30, 2022
1 parent 8071dc2 commit ddb9dc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dynamic-motion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ android {
sourceSets {
main.res.srcDirs 'res'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
Expand Down

0 comments on commit ddb9dc8

Please sign in to comment.