Skip to content

Commit

Permalink
Version 0.5.3 (#130)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
vitorpamplona and davidbiga authored Mar 20, 2020
1 parent d6c2f46 commit 680c66a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions ios/PrivateKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down
2 changes: 1 addition & 1 deletion ios/PrivateKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>0.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privatekit",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"scripts": {
"postinstall": "patch-package"
Expand Down

0 comments on commit 680c66a

Please sign in to comment.