step 3 : login proses
This commit is contained in:
@@ -7,7 +7,8 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.example.fluttervoice2text"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
// compileSdk = flutter.compileSdkVersion
|
||||
compileSdk = 35
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
@@ -24,7 +25,8 @@ android {
|
||||
applicationId = "com.example.fluttervoice2text"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
// minSdk = flutter.minSdkVersion
|
||||
minSdk 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
|
||||
Reference in New Issue
Block a user