Skip to content

Commit

Permalink
Revert "Set source/targetCompatibility & jvmTarget to Java 11"
Browse files Browse the repository at this point in the history
This reverts commit 718a493.
  • Loading branch information
kyrillosgait committed Sep 29, 2023
1 parent dd7e4c5 commit 2b8d7c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ group = "com.github.vinted"
android {
compileSdk = Versions.COMPILE_SDK_VERSION

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

kotlinOptions {
jvmTarget = "11"
}

defaultConfig {
minSdk = Versions.MIN_SDK_VERSION
}
Expand Down

0 comments on commit 2b8d7c2

Please sign in to comment.