We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4ebfb commit 8e23ab0Copy full SHA for 8e23ab0
android/app/build.gradle.kts
@@ -26,8 +26,8 @@ android {
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
27
minSdk = flutter.minSdkVersion
28
targetSdk = flutter.targetSdkVersion
29
- versionCode = 9
30
- versionName = "1.9.0"
+ versionCode = 10
+ versionName = "1.9.5"
31
}
32
33
buildTypes {
0 commit comments