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\""