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 888dab7 commit 70347ddCopy full SHA for 70347dd
2 files changed
android/app/build.gradle
@@ -33,8 +33,8 @@ android {
33
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
34
minSdkVersion flutter.minSdkVersion
35
targetSdkVersion 35
36
- versionCode 69
37
- versionName "7.9.3"
+ versionCode 70
+ versionName "8.0.0"
38
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
39
ndk {
40
abiFilters 'arm64-v8a'
ios/Runner/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>7.9.3</string> <key>CFBundleSignature</key>
+ <string>8.0.0</string> <key>CFBundleSignature</key>
21
<string>????</string>
22
<key>CFBundleVersion</key>
23
<string>$(CURRENT_PROJECT_VERSION)</string>
0 commit comments