Skip to content

Commit 1b74091

Browse files
Fix CI/CD BUILD
1 parent 544ff7d commit 1b74091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
defaultConfig {
4545
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4646
applicationId "com.example.tutor_me"
47-
minSdkVersion 31
47+
minSdkVersion 23
4848
targetSdkVersion flutter.targetSdkVersion
4949
versionCode flutterVersionCode.toInteger()
5050
versionName flutterVersionName

0 commit comments

Comments
 (0)