Skip to content

Commit

Permalink
set minSDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Sep 18, 2024
1 parent 984c919 commit 5e998ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

defaultConfig {
minSdk 23
minSdk 21
targetSdk 34
multiDexEnabled true
android.buildFeatures.buildConfig true
Expand Down
3 changes: 2 additions & 1 deletion mixpaneldemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId = "com.mixpanel.mixpaneldemo"
minSdk = 24
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down Expand Up @@ -68,4 +68,5 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation(kotlin("script-runtime"))
}

0 comments on commit 5e998ea

Please sign in to comment.