summaryrefslogtreecommitdiffhomepage
path: root/android/lib/common/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström1-1/+0
Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time.
2024-11-27Handle legacy always-on vpn profilesDavid Göransson1-1/+2
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-08-13Migrate to version catalogsAlbin1-12/+12
2024-01-11Update lint baselinesAlbin1-1/+0
2024-01-11Fix notification permission lint issuesaber safavi1-0/+1
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-3/+1
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-07-28Move common utils to common moduleAlbin1-0/+2
2023-07-27Move common utils to common moduleAlbin1-3/+5
2023-07-27Add empty common moduleAlbin1-0/+35