Skip to content

Commit

Permalink
Language and Timezone/Time Formate Change (Try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sooftyy committed Sep 24, 2024
1 parent 2837d2c commit a0f071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21 // flutter.minSdkVersion=21
targetSdkVersion 31 // flutter.targetSdkVersion=30
targetSdkVersion flutter.targetSdkVersion=31 // 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit a0f071c

Please sign in to comment.