Browse Source

chore(rn,versions): set mobile SDK versions

j8
tmoldovan8x8 4 years ago
parent
commit
f84f7332b9
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
 android.enableJetifier=true
26
 android.enableJetifier=true
27
 
27
 
28
 appVersion=21.2.0
28
 appVersion=21.2.0
29
-sdkVersion=3.5.0
29
+sdkVersion=3.6.0

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

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

Loading…
Cancel
Save