Browse Source

chore(rn,versions) bump sdk and app versions

master
Saúl Ibarra Corretgé 3 years ago
parent
commit
3af782f894

+ 2
- 2
android/gradle.properties View File

26
 android.enableJetifier=true
26
 android.enableJetifier=true
27
 android.bundle.enableUncompressedNativeLibs=false
27
 android.bundle.enableUncompressedNativeLibs=false
28
 
28
 
29
-appVersion=22.2.0
30
-sdkVersion=5.1.0
29
+appVersion=22.3.0
30
+sdkVersion=5.2.0

+ 1
- 1
ios/app/broadcast-extension/Info.plist View File

17
 	<key>CFBundlePackageType</key>
17
 	<key>CFBundlePackageType</key>
18
 	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
18
 	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
19
 	<key>CFBundleShortVersionString</key>
19
 	<key>CFBundleShortVersionString</key>
20
-	<string>22.2.0</string>
20
+	<string>22.3.0</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
 	<string>1</string>
22
 	<string>1</string>
23
 	<key>NSExtension</key>
23
 	<key>NSExtension</key>

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

17
 	<key>CFBundlePackageType</key>
17
 	<key>CFBundlePackageType</key>
18
 	<string>APPL</string>
18
 	<string>APPL</string>
19
 	<key>CFBundleShortVersionString</key>
19
 	<key>CFBundleShortVersionString</key>
20
-	<string>22.2.0</string>
20
+	<string>22.3.0</string>
21
 	<key>CFBundleSignature</key>
21
 	<key>CFBundleSignature</key>
22
 	<string>????</string>
22
 	<string>????</string>
23
 	<key>CFBundleURLTypes</key>
23
 	<key>CFBundleURLTypes</key>

+ 1
- 1
ios/app/watchos/app/Info.plist View File

17
 	<key>CFBundlePackageType</key>
17
 	<key>CFBundlePackageType</key>
18
 	<string>APPL</string>
18
 	<string>APPL</string>
19
 	<key>CFBundleShortVersionString</key>
19
 	<key>CFBundleShortVersionString</key>
20
-	<string>22.2.0</string>
20
+	<string>22.3.0</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
 	<string>1</string>
22
 	<string>1</string>
23
 	<key>UISupportedInterfaceOrientations</key>
23
 	<key>UISupportedInterfaceOrientations</key>

+ 1
- 1
ios/app/watchos/extension/Info.plist View File

17
 	<key>CFBundlePackageType</key>
17
 	<key>CFBundlePackageType</key>
18
 	<string>XPC!</string>
18
 	<string>XPC!</string>
19
 	<key>CFBundleShortVersionString</key>
19
 	<key>CFBundleShortVersionString</key>
20
-	<string>22.2.0</string>
20
+	<string>22.3.0</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
 	<string>1</string>
22
 	<string>1</string>
23
 	<key>CLKComplicationPrincipalClass</key>
23
 	<key>CLKComplicationPrincipalClass</key>

+ 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>5.1.0</string>
18
+	<string>5.2.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