Sfoglia il codice sorgente

chore(android,ios) raise versions

master
Saúl Ibarra Corretgé 4 anni fa
parent
commit
4798e0271b

+ 2
- 2
android/gradle.properties Vedi File

25
 android.useAndroidX=true
25
 android.useAndroidX=true
26
 android.enableJetifier=true
26
 android.enableJetifier=true
27
 
27
 
28
-appVersion=20.6.0
29
-sdkVersion=2.12.0
28
+appVersion=21.0.0
29
+sdkVersion=3.0.0

+ 1
- 1
ios/app/src/Info.plist Vedi 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>20.6.0</string>
20
+	<string>21.0.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 Vedi 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>20.6.0</string>
20
+	<string>21.0.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 Vedi 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>20.6.0</string>
20
+	<string>21.0.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>

Loading…
Annulla
Salva