diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 000000000..5d1bc03b9 --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "3.0.5", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index cd61c4e31..b52add87c 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ dist appimage-build android/key.properties +.fvm/flutter_sdk \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index ec24101b0..111b89780 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -50,7 +50,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "oss.krtirtho.spotube" - minSdkVersion flutter.minSdkVersion + minSdkVersion 19 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ad4e9b0ae..08a05c445 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ - +