From 8f0a256c20557e0a227464722cab8d216b30d312 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 1 Aug 2023 13:28:48 +0200 Subject: [PATCH] Updated gradle file --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 25a7a1c59a..cc094de895 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,13 +16,13 @@ if (rootProject.file("local.properties").exists()) localProperties.load(new FileInputStream(rootProject.file("local.properties"))) android { - compileSdkVersion 34 //compileSdkExtension 4 // https://developer.android.com/guide/sdk-extensions namespace 'eu.faircode.email' // https://apilevels.com/ defaultConfig { applicationId "eu.faircode.email" + compileSdk 34 minSdkVersion 21 targetSdkVersion 34 versionCode getVersionCode()