Skip to content

Commit

Permalink
updated java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet committed Feb 24, 2021
1 parent d470c47 commit ef865a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ captures/

# IntelliJ
*.iml
.idea
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
Expand Down
2 changes: 1 addition & 1 deletion FontAwesomeComposeLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
useIR = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
useIR = true
}
buildFeatures {
Expand Down

0 comments on commit ef865a5

Please sign in to comment.