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 15a74d2 commit 4cfe0efCopy full SHA for 4cfe0ef
android/app/build.gradle
@@ -32,8 +32,8 @@ android {
32
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
33
minSdkVersion 21
34
targetSdkVersion 31
35
- versionCode 50
36
- versionName "3.0.1"
+ versionCode 51
+ versionName "3.1.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>2.1.0</string>
+ <string>3.1.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
0 commit comments