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

Commit

Permalink
Quick updates made for release for testing class. Kept new styles, te…
Browse files Browse the repository at this point in the history
…sts, but excluded background buttons
  • Loading branch information
mslipenchuk267 committed Nov 5, 2020
1 parent 53587c2 commit 03a88dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
applicationId "com.parliament_temple"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionCode 6
versionName "0.2"
missingDimensionStrategy 'react-native-camera', 'general' // for camera permissions
}
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 @@ -744,7 +744,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_ENTITLEMENTS[sdk=*]" = parliament/parliamentRelease.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 58CJ77XWKX;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = parliament/Info.plist;
Expand Down Expand Up @@ -772,7 +772,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = parliament/parliamentRelease.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 58CJ77XWKX;
INFOPLIST_FILE = parliament/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
Expand Down
10 changes: 0 additions & 10 deletions screens/home/HomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,16 +341,6 @@ const HomeScreen = () => {
</View>
</View>
</View>
<View style={{ padding: 10 }} />
<Text style={styles.label}>background</Text>
<View style={{ flexDirection: 'row', justifyContent: 'space-between', marginTop: 10, marginBottom: 20 }}>
<View style={{ margin: 10 }}>
<CustomButton title='Start' handlePress={handleStartBLE} />
</View>
<View style={{ margin: 10 }}>
<CustomButton title='Stop' handlePress={handleStopBLE} />
</View>
</View>
</ScrollView>
</SafeAreaView>
)
Expand Down

0 comments on commit 03a88dc

Please sign in to comment.