2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

15 Commits

Author SHA1 Message Date
Albert Vaca Cintora
ca4a6eb06a Update Jetpack Compose compiler to 2.0
This is the new way of including the Jetpack Compose compiler [1] starting from Kotlin 2.0


[1] https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
2024-05-21 09:46:23 +00:00
Albert Vaca Cintora
c6dbadce21
Upgrade to Mockito 5, remove PowerMock and update test
PowerMock is no longer maintained and is only compatible with Mockito 3.
However, modern Mockito supports mocking static methods, so PowerMock is
no longer needed (after adjusting the tests a bit).
2024-05-13 12:31:59 +02:00
Albert Vaca Cintora
5dad852ece
Bump deps 2024-05-12 22:26:54 +02:00
Albert Vaca Cintora
2803024046
Bump Gradle version 2024-05-12 15:50:19 +02:00
Albert Vaca Cintora
2f922f282a
Bump deps 2024-04-12 09:25:44 +02:00
Albert Vaca Cintora
af50a03676
Bump deps 2024-04-06 16:46:27 +02:00
ShellWen Chen
8f2572ddec
chore: intro kapt
Kapt, short for Kotlin Annotation Processing Tool, serves as a replacement for annotationProcessor in Kotlin projects. It enables annotation processing in Kotlin by compiling Kotlin code into Java stubs, which are then processed as regular Java code. This allows for seamless integration of annotation processing in Kotlin projects, including handling existing Java code.
2024-03-22 13:43:18 +08:00
Albert Vaca Cintora
cf4d71eb97
Remove deprecated Mdc3 library 2024-03-02 02:00:27 +01:00
Albert Vaca Cintora
423c57b71e
Bump dependencies 2024-03-02 01:59:34 +01:00
Albert Vaca Cintora
3bacbb3211
Bump dependencies 2024-02-20 21:46:36 +01:00
Albert Vaca Cintora
7ffc6a742c Bump Gradle and AGP 2024-01-16 11:38:45 +01:00
Albert Vaca Cintora
2e247f8e2b Add dependency on sl4j-handroid
This redirects log messages from libraries that use SL4J (like mina-ssh)
to the Android logger so they show up in logcat.
2023-10-02 08:28:10 +00:00
Albert Vaca Cintora
ce055818c9 Bump deps, do not use alpha accompanist 2023-09-07 09:27:55 +02:00
Albert Vaca Cintora
6b1b12a178 Bump dependencies 2023-09-06 08:08:53 +02:00
Erik Duisters
b3b538ff31 Migrate build configuration to kotlin
Migrate build logic to kotlin including use of version catalog
2023-08-08 08:01:35 +00:00