mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-28 01:52:56 +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
|
ACTIVITY_WEBSOCKET_URL=
|
||||||
SEARCH_API_URL=https://search.com
|
BACKEND_URL=
|
||||||
SEARCH_API_TOKEN=abcde
|
NEW_IMAGE_API=
|
||||||
ACTIVITY_WEBSOCKET_URL=ws://host.com/path
|
OLD_IMAGE_API=
|
||||||
OLD_IMAGE_API=https://img.server.php/
|
SEARCH_API_TOKEN=
|
||||||
NEW_IMAGE_API=https://img.server/
|
SEARCH_API_URL=
|
||||||
|
SERVER_LIST_API=
|
@ -6,7 +6,6 @@
|
|||||||
<uses-permission android:name="android.permission.CAMERA"/>
|
<uses-permission android:name="android.permission.CAMERA"/>
|
||||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
|
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -29,7 +29,6 @@ allprojects {
|
|||||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||||
url "$rootDir/../node_modules/react-native/android"
|
url "$rootDir/../node_modules/react-native/android"
|
||||||
}
|
}
|
||||||
|
|
||||||
maven { url 'https://maven.google.com' }
|
maven { url 'https://maven.google.com' }
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user