|
@@ -40,7 +40,7 @@ android {
|
|
|
applicationId "io.github.jianboy.flutter.agora_chat_demo"
|
|
|
// You can update the following values to match your application needs.
|
|
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
|
- minSdkVersion flutter.minSdkVersion
|
|
|
+ minSdkVersion 21
|
|
|
targetSdkVersion 33
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|