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 3e11561 commit 76132feCopy full SHA for 76132fe
android/app/build.gradle
@@ -33,8 +33,8 @@ android {
33
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
34
minSdkVersion flutter.minSdkVersion
35
targetSdkVersion 35
36
- versionCode 67
37
- versionName "7.9.1"
+ versionCode 68
+ versionName "7.9.2"
38
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
39
}
40
ios/Runner/Info.plist
@@ -17,8 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>7.9.1</string>
21
- <key>CFBundleSignature</key>
+ <string>7.9.2</string> <key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
<string>$(CURRENT_PROJECT_VERSION)</string>
0 commit comments