Skip to content

Commit

Permalink
Removed compatibilitySource entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed May 14, 2024
1 parent cc9a7f3 commit 2713c2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions demo-project/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ android {
}
}

compileOptions {
sourceCompatibility(java.sourceCompatibility)
targetCompatibility(java.targetCompatibility)
}

testOptions {
unitTests {
isIncludeAndroidResources = true
Expand Down
5 changes: 0 additions & 5 deletions demo-project/login/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ android {
)
}
}

compileOptions {
sourceCompatibility(java.sourceCompatibility)
targetCompatibility(java.targetCompatibility)
}
}

dependencies {
Expand Down

0 comments on commit 2713c2b

Please sign in to comment.