Commit 07cc5533 authored by santhosh's avatar santhosh
Browse files

build 16

Showing with 5 additions and 5 deletions
+5 -5
......@@ -136,8 +136,8 @@ android {
applicationId "com.agile24x7"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 18
versionName "1.0.15"
versionCode 19
versionName "1.0.16"
}
......
src/Images/support.png

52.4 KB

......@@ -313,9 +313,9 @@ export default class drawerContentComponents extends Component {
<TouchableOpacity onPress={this.navigateToScreen('UserSupport')}>
<View style={styles.screenStyle}>
<Image style={{ width: wp('6%'), height: hp('3%') }} source={require('../Images/groupchat.png')} />
<Image style={{ width: wp('6%'), height: hp('3%') }} source={require('../Images/support.png')} />
<Text style={{ color: '#000000', marginLeft: 20 }}>User Support</Text>
<Text style={{ color: '#000000', marginLeft: 20 }}>Support</Text>
</View>
</TouchableOpacity>
......
......@@ -123,7 +123,7 @@ export default class App extends React.Component {
<Image style={{ width: 400, height: 162 }} source={require('./Images/agile2.png')} />
<Text style={styles.text}>Powered by Novisync</Text>
<Text></Text>
<Text style={styles.text1}>1.0.15 02-18-2022</Text>
<Text style={styles.text1}>1.0.16 02-25-2022</Text>
</View>
);
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment