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

Commit

Permalink
Merge pull request #1742 from RocketChat/beta
Browse files Browse the repository at this point in the history
[RELEASE] Merge Beta to Master - Don't merge yet
  • Loading branch information
rafaelks authored Oct 19, 2018
2 parents 20ce810 + 65de72f commit ea6c808
Show file tree
Hide file tree
Showing 230 changed files with 11,464 additions and 4,281 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "chat.rocket.android"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 2043
versionName "2.6.1"
versionCode 2048
versionName "3.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

Expand Down Expand Up @@ -93,6 +93,7 @@ dependencies {
implementation project(':draw')
implementation project(':util')
implementation project(':core')
implementation project(':suggestions')

implementation libraries.kotlin
implementation libraries.coroutines
Expand Down Expand Up @@ -151,6 +152,8 @@ dependencies {

implementation libraries.livedataKtx

implementation 'com.google.code.findbugs:jsr305:3.0.2'

// Proprietary libraries
playImplementation libraries.fcm
playImplementation libraries.firebaseAnalytics
Expand Down
Loading

0 comments on commit ea6c808

Please sign in to comment.