Browse Source

chore(rn): set mobile SDK versions 3.7.0

j8
tmoldovan8x8 3 years ago
parent
commit
25b4887f74
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/gradle.properties
  2. 1
    1
      ios/sdk/src/Info.plist

+ 1
- 1
android/gradle.properties View File

@@ -26,4 +26,4 @@ android.useAndroidX=true
26 26
 android.enableJetifier=true
27 27
 
28 28
 appVersion=21.2.0
29
-sdkVersion=3.6.0
29
+sdkVersion=3.7.0

+ 1
- 1
ios/sdk/src/Info.plist View File

@@ -15,7 +15,7 @@
15 15
 	<key>CFBundlePackageType</key>
16 16
 	<string>FMWK</string>
17 17
 	<key>CFBundleShortVersionString</key>
18
-	<string>3.6.0</string>
18
+	<string>3.7.0</string>
19 19
 	<key>CFBundleVersion</key>
20 20
 	<string>$(CURRENT_PROJECT_VERSION)</string>
21 21
 	<key>NSPrincipalClass</key>

Loading…
Cancel
Save