Updated Minimum SDK to 16

This commit is contained in:
Clay Perry
2025-07-08 12:52:14 -04:00
parent e809109bb2
commit f4f5e86979
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ android {
compileSdkVersion 34
defaultConfig {
minSdkVersion 15
minSdkVersion 16
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"