Explorar el Código

chore(rn): set mobile SDK versions 3.7.0

j8
tmoldovan8x8 hace 4 años
padre
commit
25b4887f74
No account linked to committer's email address
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      android/gradle.properties
  2. 1
    1
      ios/sdk/src/Info.plist

+ 1
- 1
android/gradle.properties Ver fichero

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

+ 1
- 1
ios/sdk/src/Info.plist Ver fichero

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.6.0</string>
18
+	<string>3.7.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…
Cancelar
Guardar