Skip to content

Commit f3c8eb6

Browse files
committed
fix: restore android example min sdk to 21
Revert the example app minSdk configuration to 21 to keep release APK builds stable with core library desugaring in CI.
1 parent 70619a6 commit f3c8eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
defaultConfig {
5050
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
5151
applicationId "com.mparticle.mparticle_flutter_sdk_example"
52-
minSdkVersion flutter.minSdkVersion
52+
minSdkVersion 21
5353
targetSdkVersion 35
5454
versionCode flutterVersionCode.toInteger()
5555
versionName flutterVersionName

0 commit comments

Comments
 (0)