We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6d56c commit 483e3f2Copy full SHA for 483e3f2
2 files changed
android/app/build.gradle
@@ -31,8 +31,8 @@ android {
31
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
32
minSdkVersion 16
33
targetSdkVersion 28
34
- versionCode 20
35
- versionName "1.2.0"
+ versionCode 21
+ versionName "1.3.0"
36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
37
}
38
ios/Runner/Info.plist
@@ -17,11 +17,11 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.2.0</string>
+ <string>1.3.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
- <string>20</string>
+ <string>21</string>
25
<key>LSRequiresIPhoneOS</key>
26
<true/>
27
<key>NSAppTransportSecurity</key>
0 commit comments