mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
Merge pull request #145 from esteemapp/bugfix/android-post-button
updated env example
This commit is contained in:
commit
316ab9bf33
13
.env.example
13
.env.example
@ -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=
|
@ -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"
|
||||
|
@ -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" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user