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

Commit ea6c808

Browse files
authored
Merge pull request #1742 from RocketChat/beta
[RELEASE] Merge Beta to Master - Don't merge yet
2 parents 20ce810 + 65de72f commit ea6c808

File tree

230 files changed

+11464
-4281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+11464
-4281
lines changed

app/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "chat.rocket.android"
1717
minSdkVersion versions.minSdk
1818
targetSdkVersion versions.targetSdk
19-
versionCode 2043
20-
versionName "2.6.1"
19+
versionCode 2048
20+
versionName "3.0.0"
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
multiDexEnabled true
2323

@@ -93,6 +93,7 @@ dependencies {
9393
implementation project(':draw')
9494
implementation project(':util')
9595
implementation project(':core')
96+
implementation project(':suggestions')
9697

9798
implementation libraries.kotlin
9899
implementation libraries.coroutines
@@ -151,6 +152,8 @@ dependencies {
151152

152153
implementation libraries.livedataKtx
153154

155+
implementation 'com.google.code.findbugs:jsr305:3.0.2'
156+
154157
// Proprietary libraries
155158
playImplementation libraries.fcm
156159
playImplementation libraries.firebaseAnalytics

0 commit comments

Comments
 (0)