Commit eb77ae80 authored by santhosh's avatar santhosh
Browse files

build

parent 6fea400d
Showing with 3 additions and 3 deletions
+3 -3
...@@ -136,8 +136,8 @@ android { ...@@ -136,8 +136,8 @@ android {
applicationId "com.agile24x7" applicationId "com.agile24x7"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19 versionCode 20
versionName "1.0.16" versionName "1.0.17"
} }
......
...@@ -123,7 +123,7 @@ export default class App extends React.Component { ...@@ -123,7 +123,7 @@ export default class App extends React.Component {
<Image style={{ width: 400, height: 162 }} source={require('./Images/agile2.png')} /> <Image style={{ width: 400, height: 162 }} source={require('./Images/agile2.png')} />
<Text style={styles.text}>Powered by Novisync</Text> <Text style={styles.text}>Powered by Novisync</Text>
<Text></Text> <Text></Text>
<Text style={styles.text1}>1.0.16 03-04-2022</Text> <Text style={styles.text1}>1.0.17 03-11-2022</Text>
</View> </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