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