I hereby claim:
- I am akeemphilbert on github.
- I am kanundrum (https://keybase.io/kanundrum) on keybase.
- I have a public key ASAt4nVP2QIkOiCAUawxJQ1-GVd-jtpky93E5b-aet6ZoQo
To claim this, I am signing this object:
version: "3.1" | |
services: | |
redis: | |
image: redis:3.2 | |
db: | |
image: mysql:5 | |
environment: | |
- MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD | |
- MYSQL_DATABASE=$MYSQL_DATABASE | |
- MYSQL_USER=$MYSQL_USER |
I hereby claim:
To claim this, I am signing this object:
--- app/android/app/src/main/AndroidManifest.xml (date 1586122131892) | |
+++ app/android/app/src/main/AndroidManifest.xml (date 1586122131892) | |
@@ -2,6 +2,7 @@ | |
package="com.app"> | |
<uses-permission android:name="android.permission.INTERNET" /> | |
+ <uses-permission android:name="android.permission.CAMERA" /> | |
<application | |
android:name=".MainApplication" |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../google-map/google-map.html"> | |
<polymer-element name="my-element"> |
/** | |
Copyright (c) 2014, Akeem Philbert | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are met: | |
Redistributions of source code must retain the above copyright notice, | |
this list of conditions and the following disclaimer. | |