Преглед изворни кода

[RN] Increment short app version from 1.0 to 1.1

Now that Apple have approved build 1.0.178 for release in the App Store,
the short app version needs to be incremented; otherwise, no new builds
can be uploaded to TestFlight and, respectively, for release in the App
Store.
master
Lyubomir Marinov пре 9 година
родитељ
комит
a887beed3a
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      android/app/build.gradle
  2. 1
    1
      ios/app/Info.plist

+ 1
- 1
android/app/build.gradle Прегледај датотеку

102
         minSdkVersion 16
102
         minSdkVersion 16
103
         targetSdkVersion 22
103
         targetSdkVersion 22
104
         versionCode Integer.parseInt("${version}")
104
         versionCode Integer.parseInt("${version}")
105
-        versionName "1.0.${version}"
105
+        versionName "1.1.${version}"
106
         ndk {
106
         ndk {
107
             abiFilters 'armeabi-v7a', 'x86'
107
             abiFilters 'armeabi-v7a', 'x86'
108
         }
108
         }

+ 1
- 1
ios/app/Info.plist Прегледај датотеку

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>1.0</string>
20
+	<string>1.1</string>
21
 	<key>CFBundleSignature</key>
21
 	<key>CFBundleSignature</key>
22
 	<string>????</string>
22
 	<string>????</string>
23
 	<key>CFBundleVersion</key>
23
 	<key>CFBundleVersion</key>

Loading…
Откажи
Сачувај