commit 6193fa8c6c3e7ad84ab8ddd81c0ddac1d1bf27bb Author: Fabio Mazza Date: Tue Apr 28 11:05:32 2026 +0200 Remove useless JavaVersion statement Summary: Remove custom JavaVersion compatibility statement Test Plan: Check that build works all the same Reviewers: #libre_busto_hackers, valerio.bozzolan Reviewed By: #libre_busto_hackers, valerio.bozzolan Subscribers: valerio.bozzolan Project Tags: #libre_busto Differential Revision: https://gitpull.it/D230 diff --git a/app/build.gradle b/app/build.gradle index b0e7315..74fa137 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,6 @@ android { //new libraries } compileOptions { - sourceCompatibility JavaVersion.VERSION_21 - targetCompatibility JavaVersion.VERSION_21 coreLibraryDesugaringEnabled true } kotlin {