chore: bump minimum supported android version to 24

This commit is contained in:
thunderbiscuit
2024-06-14 10:03:50 -04:00
parent 6642c5808b
commit 1a1920e7e3
2 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ android {
compileSdk = 34
defaultConfig {
minSdk = 21
minSdk = 24
targetSdk = 34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")