From d3ac096d0c4c3ea7683869ad3730b91520746ab1 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Thu, 18 Jul 2024 09:43:21 +0100 Subject: [PATCH] fix: used the same variables that we use in the other modules --- owncloudComLibrary/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index ac5e3ad399f..782fd80e411 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -29,11 +29,11 @@ dependencies { } android { - compileSdkVersion 34 + compileSdkVersion sdkCompileVersion defaultConfig { - minSdkVersion 24 - targetSdkVersion 34 + minSdkVersion sdkMinVersion + targetSdkVersion sdkTargetVersion } lint {