We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4afeb8 commit cb72cfcCopy full SHA for cb72cfc
android/app/build.gradle
@@ -32,8 +32,8 @@ android {
32
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
33
minSdkVersion 21
34
targetSdkVersion 31
35
- versionCode 53
36
- versionName "3.3.0"
+ versionCode 54
+ versionName "4.0.0"
37
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
38
}
39
ios/Runner/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>3.3.0</string>
+ <string>4.0.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
0 commit comments