Browse Source

chore(rn,versions) bump sdk version

master
Saúl Ibarra Corretgé 3 years ago
parent
commit
99e56e229d
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.4.0
28
 appVersion=21.4.0
29
-sdkVersion=3.9.1
29
+sdkVersion=3.10.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.9.0</string>
18
+	<string>3.10.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