Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R reveSaaSDocumentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ifta
  • reveSaaSDocumentation
  • Wiki
  • Prepare your project

Prepare your project · Changes

Page history
Update Prepare your project authored Nov 13, 2019 by Ifta's avatar Ifta
Hide whitespace changes
Inline Side-by-side
Showing with 54 additions and 2 deletions
+54 -2
  • Prepare-your-project.md Prepare-your-project.md +54 -2
  • No files found.
Prepare-your-project.md
View page @ e4515287
**Step 0 :** Add Reve SaaS module to your project **Step 1 :** Add Reve SaaS module to your project
Collect ```artifactory_username``` and ```artifactory_password``` from Dhiman da and add them to your project level gradle file.
```
buildscript {
ext.artifactory_username = 'USER_NAME'
ext.artifactory_password = 'PASSWORD'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
}
}
```
Add the following repositories to your project level gradle file
```
allprojects {
repositories {
google()
jcenter()
maven {
url "http://maven.alalamin19.com:8081/artifactory/libs-release-local"
credentials {
username = "$artifactory_username"
password = "$artifactory_password"
}
}
maven { url 'https://maven.google.com/' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "http://sdk.revechat.com:8081/artifactory/revechatsdk" }
mavenCentral()
maven {
url 'http://www.idescout.com/maven/repo/'
name 'IDEScout, Inc.'
}
maven { url 'https://jitpack.io' }
maven{ url 'https://s3.amazonaws.com/repo.commonsware.com' }
}
}
```
Now add the following dependancy in you app module gradle file
```implementation 'com.revesoft.sdk:dialer:1.1.0'```
Add ```tools:replace="android:allowBackup,android:theme,android:roundIcon"``` in ```<application/>``` tag of your manifest
**Now sync**
Module ta kivabe dibo sure na. May be gradle dependency hisebe deya hobe
**Step 1 :** You must use material theme in your project and must define the following colors **Step 1 :** You must use material theme in your project and must define the following colors
......
Clone repository
  • Configure SaaS module
  • Firebase Messaging Service (Push Messaging)
  • Get chat backup restore to work
  • Get maps service to work
  • Opening Chat
  • Opening the SaaS dashboard
  • Prepare your project
  • Starting a Call
  • Starting the SaaS service
  • Home