Skip to content

Commit 5516c42

Browse files
committed
bump compileSdk to 37
+ format code Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent dec21a8 commit 5516c42

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)