Skip to content

Commit

Permalink
Target JVM 1.8 (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Jun 4, 2020
1 parent 53bb8c0 commit c311ef4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ android {
buildFeatures {
viewBinding true
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}

androidExtensions {
Expand Down

0 comments on commit c311ef4

Please sign in to comment.