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

Commit 1ab79ae

Browse files
authored
Merge pull request #2316 from RocketChat/beta
[RELEASE] Merge BETA into MASTER
2 parents 4c07825 + 5af00ba commit 1ab79ae

File tree

291 files changed

+6559
-11013
lines changed

Some content is hidden

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

291 files changed

+6559
-11013
lines changed

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 2067
22-
versionName "3.3.3"
21+
versionCode 2068
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)