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 bfbeb68 commit fab1660Copy full SHA for fab1660
android/app/build.gradle
@@ -31,8 +31,8 @@ android {
31
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
32
minSdkVersion 16
33
targetSdkVersion 29
34
- versionCode 36
35
- versionName "1.7.4"
+ versionCode 37
+ versionName "1.7.5"
36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
37
}
38
ios/Runner/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.7.2</string>
+ <string>1.7.5</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
0 commit comments