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

Commit 644e269

Browse files
authored
Merge pull request #1812 from RocketChat/release/3.0.1-hotfix
[NEW] Refactor attachments
2 parents 657223f + 05bc8b0 commit 644e269

41 files changed

Lines changed: 2104 additions & 1115 deletions

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: 2 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 2048
20-
versionName "3.0.0"
19+
versionCode 2049
20+
versionName "3.1.0"
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
multiDexEnabled true
2323

0 commit comments

Comments
 (0)