mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
build(android): Set the default minSdk to 24 to match the Rust library.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode
|
||||
|
||||
internal object AndroidDefaults {
|
||||
const val COMPILE_SDK = 34
|
||||
const val MIN_SDK = 23
|
||||
const val MIN_SDK = 24
|
||||
const val NDK_VERSION = "24.0.8215888"
|
||||
const val TARGET_SDK = 34
|
||||
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user