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

Commit 6a9a559

Browse files
authored
Merge pull request #2235 from RocketChat/develop
[RELEASE] Merge DEVELOP into BETA
2 parents b272f2e + 0c21f1d commit 6a9a559

294 files changed

Lines changed: 6674 additions & 9994 deletions

File tree

Some content is hidden

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

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "chat.rocket.android"
1919
minSdkVersion versions.minSdk
2020
targetSdkVersion versions.targetSdk
21-
versionCode 2060
22-
versionName "3.3.0"
21+
versionCode 2067
22+
versionName "3.4.0"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
multiDexEnabled true
2525

@@ -204,4 +204,4 @@ task compileSdk(type: Exec) {
204204
preBuild.dependsOn compileSdk
205205
if (isPlay) {
206206
apply plugin: 'com.google.gms.google-services'
207-
}
207+
}

0 commit comments

Comments
 (0)