Skip to content

Commit

Permalink
test: remove not needed declarations in build config
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jan 31, 2025
1 parent da5e8c6 commit 542a7d5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ android {
versionName = "1.0"
}

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

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}

viewBinding.isEnabled = true
}

Expand Down

0 comments on commit 542a7d5

Please sign in to comment.