Skip to content

Commit 2327c8a

Browse files
committed
update app version 2.8
1 parent ebc9a45 commit 2327c8a

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
@@ -102,8 +102,8 @@ android {
102102
applicationId "com.utopia.pxview"
103103
minSdkVersion rootProject.ext.minSdkVersion
104104
targetSdkVersion rootProject.ext.targetSdkVersion
105-
versionCode 107
106-
versionName "2.7"
105+
versionCode 108
106+
versionName "2.8"
107107
ndk {
108108
abiFilters "armeabi-v7a", "x86"
109109
}

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>2.7</string>
20+
<string>2.8</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>107</string>
37+
<string>108</string>
3838
<key>Fabric</key>
3939
<dict>
4040
<key>APIKey</key>

0 commit comments

Comments
 (0)