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 3f604b6 commit 0a10652Copy full SHA for 0a10652
android/app/build.gradle
@@ -32,8 +32,8 @@ android {
32
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
33
minSdkVersion 21
34
targetSdkVersion 31
35
- versionCode 51
36
- versionName "3.1.0"
+ versionCode 52
+ versionName "3.2.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.1.0</string>
+ <string>3.2.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
0 commit comments