Ver a proveniência

Fix Google Play payments policy violation: seriously google? gfy

pull/410/head
Guillaume Vincent há 5 anos
ascendente
cometimento
d6c12c7cc9
2 ficheiros alterados com 1 adições e 17 eliminações
  1. +1
    -1
      mobile/package.json
  2. +0
    -16
      mobile/src/help/HelpScreen.js

+ 1
- 1
mobile/package.json Ver ficheiro

@@ -1,6 +1,6 @@
{
"name": "lesspass-mobile",
"version": "3.1.4",
"version": "3.1.5",
"description": "LessPass mobile application",
"license": "(MPL-2.0 OR GPL-3.0)",
"author": {


+ 0
- 16
mobile/src/help/HelpScreen.js Ver ficheiro

@@ -74,22 +74,6 @@ export default class HelpScreen extends Component {
<Paragraph style={{ marginBottom: 20 }}>
You can sign out using the Sign Out button in the settings.
</Paragraph>
<Subheading>Contributing</Subheading>
<Paragraph>You can read our contributing guide:</Paragraph>
<Button
mode="contained"
onPress={() => {
Linking.openURL(
"https://github.com/lesspass/lesspass/blob/master/CONTRIBUTING.md"
);
}}
style={{
marginTop: 10,
marginBottom: 20
}}
>
How to contribute?
</Button>
<Subheading>Support</Subheading>
<Paragraph>
Still need some help? No problem, you can send us an email at


Carregando…
Cancelar
Guardar