Skip to content

Commit

Permalink
fix: upgraded compileSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrijan Regmi committed Oct 12, 2023
1 parent bfd2f2e commit 5d39393
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .fvm/flutter_sdk
4 changes: 4 additions & 0 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "3.7.12",
"flavors": {}
}
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
},
"cmake.sourceDirectory": "/Users/shrijanregmi/Projects/Flutter/alp/linux"
}
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 28
compileSdkVersion 30

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down

0 comments on commit 5d39393

Please sign in to comment.