step 3 : login proses

This commit is contained in:
sindhu
2025-02-21 03:45:08 +07:00
parent a1d459452e
commit 77b7a133e4
20 changed files with 1111 additions and 114 deletions

View File

@@ -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