Browse Source

rn: raise SDK version to 2.8.1

master
Saúl Ibarra Corretgé 5 years ago
parent
commit
62b4c97423
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

21
 android.enableJetifier=true
21
 android.enableJetifier=true
22
 
22
 
23
 appVersion=20.3.0
23
 appVersion=20.3.0
24
-sdkVersion=2.8.0
24
+sdkVersion=2.8.1

+ 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>2.8.0</string>
18
+	<string>2.8.1</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