Skip to content

Commit

Permalink
upgrade targetsdk and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphaApp committed Feb 29, 2024
1 parent 8c67a89 commit 643ea5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# android key
**/android/key.properties
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.flutter_riverpod_todo_app"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 643ea5f

Please sign in to comment.