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 b0a738d commit 073f171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
jvmTarget = JavaVersion.VERSION_11
}

buildFeatures {
Expand Down

0 comments on commit 073f171

Please sign in to comment.