diff --git a/client/.fvmrc b/client/.fvmrc index 4efffa7..062f393 100644 --- a/client/.fvmrc +++ b/client/.fvmrc @@ -1,3 +1,4 @@ { - "flutter": "3.22.1" + "flutter": "3.22.1", + "flavors": {} } \ No newline at end of file diff --git a/client/android/app/build.gradle b/client/android/app/build.gradle index 4922222..bbbf733 100644 --- a/client/android/app/build.gradle +++ b/client/android/app/build.gradle @@ -10,7 +10,7 @@ if (localPropertiesFile.exists()) { def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") + throw GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") } def flutterVersionCode = localProperties.getProperty('flutter.versionCode') @@ -52,7 +52,7 @@ android { // ----- END flavorDimensions (autogenerated by flutter_flavorizr) ----- - compileSdkVersion 33 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -69,7 +69,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.xmartlabs.simon_ai" - minSdkVersion 21 + minSdkVersion 26 targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/client/android/app/src/main/AndroidManifest.xml b/client/android/app/src/main/AndroidManifest.xml index af53bcf..0b060fb 100644 --- a/client/android/app/src/main/AndroidManifest.xml +++ b/client/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,10 @@ + + + + +