Skip to content

Commit

Permalink
remove incorrect sha, service notification
Browse files Browse the repository at this point in the history
  • Loading branch information
huzaifa3115 committed Feb 4, 2023
1 parent 609d0ff commit 3ae4af1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Components/Version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Text, View } from 'react-native';
import { Button } from 'react-native-elements'
import styles from './style';

const Version = ({ customStyle = {}, text = 'v0.89' }) => {
const Version = ({ customStyle = {}, text = 'v0.3' }) => {
return (
<View style={[styles.versionContainer, customStyle]}>
<Text style={styles.versionText}>{text}</Text>
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ android {
minSdkVersion 24
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.1"
versionName "0.3"
}
splits {
abi {
Expand Down
2 changes: 2 additions & 0 deletions metadata/android/en-US/changelogs/0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix navigation reset issue after saving contact
make usesCleartextTraffic to false

0 comments on commit 3ae4af1

Please sign in to comment.