Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
gokeihub committed Aug 10, 2024
1 parent 002c022 commit 16816d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = 21
targetSdk = flutter.targetSdkVersion
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.0.1"

}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
description: "A new Flutter project."
publish_to: 'none'

version: 1.0.0+1
version: 1.0.1+2

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 16816d7

Please # to comment.