Skip to content

Commit

Permalink
[RELEASE] v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CadiChris committed Aug 21, 2018
1 parent 7ad4e02 commit f486b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-react-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ android {
applicationId "com.alkeya.cricket"
minSdkVersion 16
targetSdkVersion 22
versionCode 10
versionName "2.1"
versionCode 11
versionName "2.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions app-react-native/ios/alkeyacricket/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit f486b36

Please sign in to comment.