From 5ac6b761d68a51e6c6b09cc052ebe80b0cb936d5 Mon Sep 17 00:00:00 2001 From: Navid Date: Fri, 24 May 2024 17:05:34 -0400 Subject: [PATCH] Android 15 compatibility --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fc6df64d08..99f75893c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,10 +89,10 @@ android { defaultConfig { applicationId "com.eveningoutpost.dexdrip" - minSdkVersion 23 + minSdkVersion 24 // increasing target SDK version can cause compatibility issues with Android 7+ //noinspection ExpiredTargetSdkVersion - targetSdkVersion 23 + targetSdkVersion 24 // change versionCode only when downgrade should be prevented // eg, when data structures are incompatible versionCode 1603091400 @@ -216,7 +216,7 @@ android { // set minSdkVersion to 21 or higher. When using Android Studio 2.3 or higher, // the build automatically avoids legacy multidex when deploying to a device running // API level 21 or higher—regardless of what you set as your minSdkVersion. - minSdkVersion 23 + minSdkVersion 24 versionNameSuffix "-dev" buildConfigField "int", "buildVersion", "2021010100" buildConfigField "String", "buildUUID", "\"0f79a60a-5616-99be-8eb1-a430edcfd9fd\""