Skip to content

Commit

Permalink
Bump used Java version to JDK 7 in order to void JDK 6 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyor Goldstein committed Sep 21, 2023
1 parent d6ed201 commit 9818481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logback-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
buildToolsVersion '30.0.3'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

defaultConfig {
Expand Down

0 comments on commit 9818481

Please sign in to comment.