Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocarmo committed Feb 20, 2022
2 parents 676a27c + a64da8f commit aab7381
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ android {
applicationId "com.litten"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "1.1.0"
versionCode 15
versionName "1.2.0-rc.2"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
// Read the API key from ./secure.properties into R.string.maps_api_key
Expand Down
4 changes: 2 additions & 2 deletions ios/litten.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = P5MX362AFR;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -662,7 +662,7 @@
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
CODE_SIGN_IDENTITY = "Apple Distribution: Joao Carmo (P5MX362AFR)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = P5MX362AFR;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
14 changes: 7 additions & 7 deletions ios/litten/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -38,9 +38,9 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false />
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
Expand All @@ -50,17 +50,17 @@
<string>tel</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<true />
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
Expand Down Expand Up @@ -92,6 +92,6 @@
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/littenTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "litten",
"description": "Finding new friends for furry friends",
"version": "1.1.0",
"version": "1.2.0-rc.2",
"private": true,
"main": "./index.js",
"directories": {
Expand Down

0 comments on commit aab7381

Please sign in to comment.