Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
v 2.2
Browse files Browse the repository at this point in the history
* Release code for version 1.8.2
  • Loading branch information
sayarsamanta123 committed Aug 22, 2018
1 parent 81f1d8e commit cb051f6
Show file tree
Hide file tree
Showing 174 changed files with 16,176 additions and 5,675 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 5 additions & 17 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,546 changes: 913 additions & 1,633 deletions .idea/workspace.xml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Faveo Helpdesk Community Android app
========
<img src="https://travis-ci.org/ladybirdweb/faveo-helpdesk-android-app.svg?branch=master"> <img src="https://img.shields.io/badge/License-OSL-blue.svg"> <a href="https://gitter.im/ladybirdweb/faveo-helpdesk" target="_blank"><img src="https://badges.gitter.im/ladybirdweb/faveo-helpdesk.svg"></a>
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c172951e007a4dceb30c47aa600b28c1)](https://www.codacy.com?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ladybirdweb/faveo-helpdesk-android-pro&amp;utm_campaign=Badge_Grade)

Faveo Android app works along with Faveo Helpdesk web application. This app is also be available on Google Play store and can be installed directly from there. To use this app on your phone/tablet you must have Faveo Helpdesk web application installed on your server.

Expand Down
16 changes: 15 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'https://maven.fabric.io/public'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:4.0.1'
classpath 'io.fabric.tools:gradle:1.25.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -14,5 +23,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}

Loading

0 comments on commit cb051f6

Please sign in to comment.