Skip to content

Commit 0546e4c

Browse files
committed
Update app version to 3.4
1 parent e99ba12 commit 0546e4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ android {
132132
applicationId "com.utopia.pxview"
133133
minSdkVersion rootProject.ext.minSdkVersion
134134
targetSdkVersion rootProject.ext.targetSdkVersion
135-
versionCode 206
136-
versionName "3.3"
135+
versionCode 207
136+
versionName "3.4"
137137
multiDexEnabled true
138138
}
139139
signingConfigs {

ios/PxView/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3</string>
20+
<string>3.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>206</string>
37+
<string>207</string>
3838
<key>Fabric</key>
3939
<dict>
4040
<key>APIKey</key>

0 commit comments

Comments
 (0)