Commit a4e9d0e8 authored by santhosh's avatar santhosh
Browse files

build

Showing with 3 additions and 3 deletions
+3 -3
......@@ -136,8 +136,8 @@ android {
applicationId "com.agile24x7"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionName "1.0.17"
versionCode 21
versionName "1.0.18"
}
......
......@@ -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.17 03-11-2022</Text>
<Text style={styles.text1}>1.0.18 03-18-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