Skip to content

Commit 54d503f

Browse files
chore(release): 1.0.8
## [1.0.8](v1.0.7...v1.0.8) (2020-12-23) ### Bug Fixes * some ci fix 2 ([06dde7a](06dde7a))
1 parent 28602c4 commit 54d503f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ android {
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150150
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
151-
versionCode 144
151+
versionCode 145
152152
versionName "1.0.8"
153153
multiDexEnabled true
154154
resValue "string", "build_config_package", "com.colu.newcities"

ios/ColuConsumerRn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>144</string>
43+
<string>145</string>
4444
<key>FacebookAppID</key>
4545
<string>800294393431311</string>
4646
<key>FacebookDisplayName</key>

0 commit comments

Comments
 (0)