-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Add call support to rest endpoint "emoji-custom" #196
Conversation
Also updated gradlew to version 4.7.
|
@@ -8,7 +8,7 @@ apply plugin: 'kotlin' | |||
apply plugin: 'kotlin-kapt' | |||
apply plugin: 'org.jetbrains.dokka' | |||
|
|||
sourceCompatibility = 1.8 | |||
sourceCompatibility = JavaVersion.VERSION_1_8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -3,7 +3,7 @@ ext { | |||
kotlin : '1.2.51', | |||
kotlinter : '1.11.2', | |||
coroutine : '0.23.1', | |||
dokka : '0.9.16', | |||
dokka : '0.9.17', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@RocketChat/android