We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c67a89 commit 643ea5fCopy full SHA for 643ea5f
2 files changed
.gitignore
@@ -44,3 +44,6 @@ app.*.map.json
44
/android/app/debug
45
/android/app/profile
46
/android/app/release
47
+
48
+# android key
49
+**/android/key.properties
android/app/build.gradle
@@ -53,7 +53,7 @@ android {
53
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
54
applicationId "com.example.flutter_riverpod_todo_app"
55
minSdkVersion 21
56
- targetSdkVersion 31
+ targetSdkVersion 34
57
versionCode flutterVersionCode.toInteger()
58
versionName flutterVersionName
59
}
0 commit comments