Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LibChecker/LibChecker-Rules-Bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3545f55b98b4136d4d6c9c595d12ec1aa939294e
Choose a base ref
..
head repository: LibChecker/LibChecker-Rules-Bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 987574d301ec51a1dbfc3383cb695f15d69d6ead
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 library/build.gradle
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -24,12 +24,12 @@ android {
}

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

kotlinOptions {
jvmTarget = '17'
jvmTarget = '11'
}
}