Merge pull request #145 from esteemapp/bugfix/android-post-button

updated env example
This commit is contained in:
Feruz M 2018-12-04 23:07:04 +02:00 committed by GitHub
commit 316ab9bf33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,7 @@
BACKEND_URL=https://myapi.com
SEARCH_API_URL=https://search.com
SEARCH_API_TOKEN=abcde
ACTIVITY_WEBSOCKET_URL=ws://host.com/path
OLD_IMAGE_API=https://img.server.php/
NEW_IMAGE_API=https://img.server/
ACTIVITY_WEBSOCKET_URL=
BACKEND_URL=
NEW_IMAGE_API=
OLD_IMAGE_API=
SEARCH_API_TOKEN=
SEARCH_API_URL=
SERVER_LIST_API=

View File

@ -6,7 +6,6 @@
<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<application
android:name=".MainApplication"
android:label="@string/app_name"

View File

@ -29,7 +29,6 @@ allprojects {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io" }
}