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 210645b commit 9dc9f71Copy full SHA for 9dc9f71
android/app/build.gradle
@@ -31,7 +31,7 @@ android {
31
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
32
minSdkVersion 16
33
targetSdkVersion 28
34
- versionCode 27
+ versionCode 28
35
versionName "1.6.4"
36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
37
}
ios/Runner/Info.plist
@@ -21,7 +21,7 @@
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
- <string>27</string>
+ <string>28</string>
25
<key>LSRequiresIPhoneOS</key>
26
<true/>
27
<key>NSAppTransportSecurity</key>
0 commit comments