소스 검색

[RN] Increment short app version from 1.2 to 1.3

Now that Apple have approved build 1.2.199 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.
j8
Lyubomir Marinov 8 년 전
부모
커밋
dba1bcb0e3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      android/app/build.gradle
  2. 1
    1
      ios/app/Info.plist

+ 1
- 1
android/app/build.gradle 파일 보기

@@ -91,7 +91,7 @@ android {
91 91
         minSdkVersion 16
92 92
         targetSdkVersion 22
93 93
         versionCode Integer.parseInt("${version}")
94
-        versionName "1.2.${version}"
94
+        versionName "1.3.${version}"
95 95
         ndk {
96 96
             abiFilters 'armeabi-v7a', 'x86'
97 97
         }

+ 1
- 1
ios/app/Info.plist 파일 보기

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.2</string>
20
+	<string>1.3</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleURLTypes</key>

Loading…
취소
저장