Skip to content

Commit 7441cf4

Browse files
authored
Merge pull request #6433 from nextcloud/bumpCompileSdk
bump compileSdk to 37 + format code
2 parents dec21a8 + 5516c42 commit 7441cf4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ val coroutinesVersion = "1.11.0"
4444
val mockitoKotlinVersion = "6.3.0"
4545

4646
android {
47-
compileSdk = 36
47+
compileSdk = 37
4848

4949
namespace = "com.nextcloud.talk"
5050

app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ class MessageInputFragment : Fragment() {
330330

331331
override fun onSuccess(result: Drawable) {
332332
binding.fragmentCallStarted.callAuthorChip.chipIcon = result
333-
334333
}
335334
})
336335
.build()

0 commit comments

Comments
 (0)