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 b9000b8 commit 00585d9Copy full SHA for 00585d9
android/app/build.gradle
@@ -33,8 +33,8 @@ android {
33
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
34
minSdkVersion 21
35
targetSdkVersion 33
36
- versionCode 56
37
- versionName "6.2.0"
+ versionCode 57
+ versionName "7.0.0"
38
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
39
}
40
ios/Runner/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>6.2.0</string>
+ <string>7.0.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
0 commit comments