summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2023-10-30 18:45:49 +0100
committercyBerta <cyberta@riseup.net>2023-10-31 18:53:25 +0100
commit2b8dbd9b09ce85ecb04d02998a8f81cb96b2f907 (patch)
treec27a34c58434a794bf2f5b4d4bed7a6e1fb5df5e
parent820d3c6998848a0324f75c68bdbf05d321235b29 (diff)
update to Java 17
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index efe7c1a3..6439298a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
namespace = "se.leap.bitmaskclient"
compileOptions {
- targetCompatibility 1.8
- sourceCompatibility 1.8
+ targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_17
}
viewBinding {