We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ac297 commit 335930dCopy full SHA for 335930d
example/android/app/build.gradle
@@ -24,7 +24,7 @@ android {
24
applicationId = "com.codelessly.sdk.example"
25
// You can update the following values to match your application needs.
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
27
- minSdk = flutter.minSdkVersion
+ minSdk = 23
28
targetSdk = flutter.targetSdkVersion
29
versionCode = flutter.versionCode
30
versionName = flutter.versionName
0 commit comments