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

Commit 76d4c75

Browse files
committed
Update kotlin and app version.
1 parent 14c8f3d commit 76d4c75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 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 2066
22-
versionName "3.3.2"
21+
versionCode 2067
22+
versionName "3.3.3"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
multiDexEnabled true
2525

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
dokka : '0.9.16',
1010

1111
// For app
12-
kotlin : '1.3.21',
12+
kotlin : '1.3.31',
1313
coroutine : '1.1.1',
1414

1515
appCompat : '1.0.2',

0 commit comments

Comments
 (0)