We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28602c4 commit 54d503fCopy full SHA for 54d503f
android/app/build.gradle
@@ -148,7 +148,7 @@ android {
148
minSdkVersion rootProject.ext.minSdkVersion
149
targetSdkVersion rootProject.ext.targetSdkVersion
150
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
151
- versionCode 144
+ versionCode 145
152
versionName "1.0.8"
153
multiDexEnabled true
154
resValue "string", "build_config_package", "com.colu.newcities"
ios/ColuConsumerRn/Info.plist
@@ -40,7 +40,7 @@
40
</dict>
41
</array>
42
<key>CFBundleVersion</key>
43
- <string>144</string>
+ <string>145</string>
44
<key>FacebookAppID</key>
45
<string>800294393431311</string>
46
<key>FacebookDisplayName</key>
0 commit comments