Bump for version 1.5.2 dot release
This commit is contained in:
parent
c44f1c3f7f
commit
8eaf11d284
3 changed files with 34 additions and 4 deletions
|
|
@ -106,8 +106,8 @@ android {
|
|||
applicationId "com.mattermost.rnbeta"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 23
|
||||
versionCode 74
|
||||
versionName "1.5.1"
|
||||
versionCode 75
|
||||
versionName "1.5.2"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
|
|
|
|||
|
|
@ -431,6 +431,20 @@
|
|||
remoteGlobalIDString = 6DA7B8031F692C4C00FD1D50;
|
||||
remoteInfo = RNSafeArea;
|
||||
};
|
||||
7F859E3A20055B2200985357 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 9936F3131F5F2E4B0010BF04;
|
||||
remoteInfo = privatedata;
|
||||
};
|
||||
7F859E3C20055B2200985357 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04;
|
||||
remoteInfo = "privatedata-tvOS";
|
||||
};
|
||||
7F8AAB3B1F4E0FEB00F5A52C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 50ECB1D221E44F51B5690DF2 /* FastImage.xcodeproj */;
|
||||
|
|
@ -838,6 +852,8 @@
|
|||
37DF8AF41F5F0D430079BF89 /* libthird-party.a */,
|
||||
37DF8AF61F5F0D430079BF89 /* libdouble-conversion.a */,
|
||||
37DF8AF81F5F0D430079BF89 /* libdouble-conversion.a */,
|
||||
7F859E3B20055B2200985357 /* libprivatedata.a */,
|
||||
7F859E3D20055B2200985357 /* libprivatedata-tvOS.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -1755,6 +1771,20 @@
|
|||
remoteRef = 7F6CEE281FDAEA0D0010135A /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7F859E3B20055B2200985357 /* libprivatedata.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libprivatedata.a;
|
||||
remoteRef = 7F859E3A20055B2200985357 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7F859E3D20055B2200985357 /* libprivatedata-tvOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libprivatedata-tvOS.a";
|
||||
remoteRef = 7F859E3C20055B2200985357 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7F8AAB3C1F4E0FEB00F5A52C /* libFastImage.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.5.1</string>
|
||||
<string>1.5.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>74</string>
|
||||
<string>75</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue