diff --git a/Popup.js b/Popup.js index 42a55ca..53998e9 100644 --- a/Popup.js +++ b/Popup.js @@ -53,8 +53,6 @@ class Popup extends React.Component{ end: new Date(this.state.eventEndDate).getTime() }, tag: this.state.tag, - thumbUpUsers: 0, - thumbDownUsers: 0, score: 0 }); console.log(this.state.name) diff --git a/app.json b/app.json index a35502e..e3c7e2c 100644 --- a/app.json +++ b/app.json @@ -13,7 +13,8 @@ }, "android": { "package": "com.soundduel.blog", - "versionCode": 6, + "versionCode": 7, + "permissions": ["WAKE_LOCK"], "config": { "googleMaps": { "apiKey": "AIzaSyBpg1xqXwLSJmjpnqN1P2BIuL_4xHFDflw ", diff --git a/freefinder.apk b/freefinder.apk new file mode 100644 index 0000000..d9ed1ce Binary files /dev/null and b/freefinder.apk differ