Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Patched react-native-ble-peripheral so that it builds normally. Bumpe…
Browse files Browse the repository at this point in the history
…d versions for ios and android
  • Loading branch information
mslipenchuk267 committed Nov 9, 2020
1 parent 2b42586 commit f32d855
Show file tree
Hide file tree
Showing 4 changed files with 3,408 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
applicationId "com.parliament_temple"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "0.2"
versionCode 7
versionName "0.3"
missingDimensionStrategy 'react-native-camera', 'general' // for camera permissions
}
splits {
Expand Down
Binary file modified android/app/release/app-release.aab
Binary file not shown.
4 changes: 2 additions & 2 deletions ios/parliament.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
INFOPLIST_FILE = parliament/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.2;
MARKETING_VERSION = 0.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -777,7 +777,7 @@
INFOPLIST_FILE = parliament/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.2;
MARKETING_VERSION = 0.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
Loading

0 comments on commit f32d855

Please sign in to comment.