Merge branch 'master' of github.com:esteemapp/esteem-mobile

This commit is contained in:
Feruz 2018-12-04 23:15:47 +02:00
commit bea3bcb5ce
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" }
}