Skip to content

Commit

Permalink
JDK 1.8 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Jan 9, 2025
1 parent d1e8b06 commit dcaae0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ android {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}

0 comments on commit dcaae0c

Please sign in to comment.