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 073f171 commit 6fa96c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
targetSdkVersion 31

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

kotlinOptions {
Expand Down

0 comments on commit 6fa96c4

Please sign in to comment.