Skip to content

Commit 643ea5f

Browse files
committed
upgrade targetsdk and gitignore
1 parent 8c67a89 commit 643ea5f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ app.*.map.json
4444
/android/app/debug
4545
/android/app/profile
4646
/android/app/release
47+
48+
# android key
49+
**/android/key.properties

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
5454
applicationId "com.example.flutter_riverpod_todo_app"
5555
minSdkVersion 21
56-
targetSdkVersion 31
56+
targetSdkVersion 34
5757
versionCode flutterVersionCode.toInteger()
5858
versionName flutterVersionName
5959
}

0 commit comments

Comments
 (0)