Skip to content

Commit b31c0d6

Browse files
chore(release): 1.2.2-qa.1
## [1.2.2-qa.1](v1.2.1...v1.2.2-qa.1) "Sprint 31" (2020-12-29) ### Bug Fixes * add sprint to title ([8cd5daa](8cd5daa)) * add sprint to title ([32ba0cd](32ba0cd)) * adding jira release FT-1000 ([72cf4e4](72cf4e4)) * dude FT-1001 ([7ffb668](7ffb668)) * dude FT-1002 ([b503eb1](b503eb1)) * test ([bb7965a](bb7965a)) * test ([066729c](066729c)) * test ([a3c7fbb](a3c7fbb)) * test ([0221694](0221694))
1 parent 8cd5daa commit b31c0d6

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 152
151+
versionCode 153
152152
versionName "1.2.2-qa.1"
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>152</string>
43+
<string>153</string>
4444
<key>FacebookAppID</key>
4545
<string>800294393431311</string>
4646
<key>FacebookDisplayName</key>

0 commit comments

Comments
 (0)