From 680c66add85ac799ab90cf4206fa034640fe3be9 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 20 Mar 2020 11:03:05 -0400 Subject: [PATCH] Version 0.5.3 (#130) * Update README * RNFS.DownloadDirectoryPath is not defined on iOS. Figure out a way to access the Downloads folder. * Version 0.5.1 * Testing iOS Action * adding homebrew * Adding node and java * Installing Android Studio, SDK and Accepting licenses * Fixing java * Using cast for Android SDK * Proper way to accept licenses * Correct Android path * Build tools 28.0.3 * New Buildtools command * Fixing Parallelism and License Accept. * Fixing YAML indentation * Trying to see what the error code when accepting the license * Trying to get this licenses signed. * Removing license acceptance. * Fixing Node JS bug * Yet another tentative to get Android Tools signed. * Don't need to install NodeJS * Making sure we don't change this line. * Adding build step. * Moving from cocoa pods action to our own install. * Adding Android's assembleRelease step * Separating update pods. * Bundle is the right option * Changing bundleRelease (needs signature) to build. * Testing to see if react bundle is necessary * Adding react native bundle * Installing Android Support Library, google services and other images * Moving SDK update up top * New Android dependencies. * Fixing Command Line tools * Adding updates and platform tools * Fixing installation by accepting licenses at the moment of the download * Testing the need for Support libraries via cradle. * Reverting Library support * Adding MIT team for the release * Removing SDK Manager update * Adding a gradlew check before build. * Solving merge conflict. * Changing the name of the builder action * Adding working dir. * Keeping things that are working. * Only creates the directory if the directory does not exist. * Setting up Android's back button to go back to the main screen instead of leaving the app. * Version 0.5.2 New UI (#81, #90) * Adding preview UI * Adding logo, Apple Store URL and badge to GitHub Actions * Adding Preview UI * Removing old descriptions * Version 0.5.3: - Multilingual Support - Local Push Notifications - Improved Requests for App Permissions Co-authored-by: David Biga --- android/app/build.gradle | 4 ++-- ios/PrivateKit.xcodeproj/project.pbxproj | 4 ++-- ios/PrivateKit/Info.plist | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index db51c86ce7..eaea358522 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ android { applicationId "edu.mit.privatekit" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 - versionName "0.5.2" + versionCode 8 + versionName "0.5.3" } splits { abi { diff --git a/ios/PrivateKit.xcodeproj/project.pbxproj b/ios/PrivateKit.xcodeproj/project.pbxproj index c504e53574..54119dd4c9 100644 --- a/ios/PrivateKit.xcodeproj/project.pbxproj +++ b/ios/PrivateKit.xcodeproj/project.pbxproj @@ -481,7 +481,7 @@ baseConfigurationReference = 71D1C872DB0CCC3BBC3D907E /* Pods-PrivateKit.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = A35W4MM59Y; HEADER_SEARCH_PATHS = "$(inherited)"; @@ -503,7 +503,7 @@ baseConfigurationReference = 9440D638E4331481079AE235 /* Pods-PrivateKit.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = A35W4MM59Y; HEADER_SEARCH_PATHS = "$(inherited)"; diff --git a/ios/PrivateKit/Info.plist b/ios/PrivateKit/Info.plist index 7b5b90dccf..9b0aa4bd67 100644 --- a/ios/PrivateKit/Info.plist +++ b/ios/PrivateKit/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.2 + 0.5.3 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 907641c3cf..1aeac2a3c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.5.2", + "version": "0.5.3", "private": true, "scripts": { "postinstall": "patch-package"