Skip to content

Commit

Permalink
Update gradle java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Nov 7, 2021
1 parent 6fa96c4 commit 2a81e10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_11
}

buildFeatures {
viewBinding true
}
Expand Down

0 comments on commit 2a81e10

Please sign in to comment.