summaryrefslogtreecommitdiffhomepage
path: root/android/gradle.properties
AgeCommit message (Collapse)AuthorFilesLines
2024-12-03Implement UDP-over-TCP e2e test and firewall API clientNiklas Berglund1-0/+1
2024-09-24Update agp to 8.6.1Jonatan Rhodin1-1/+0
2024-06-25Update lint to 8.4Jonatan Rhodin1-0/+1
2024-03-12Bump gradleAlbin1-1/+0
2024-03-04Remove buildconfig from propertiesDavid Göransson1-1/+0
2024-02-06Update lint version to 8.3 to fix lint error in lib:themeJonatan Rhodin1-0/+1
2023-09-29Remove jetifierDavid Göransson1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-0/+2
2023-02-16Enable full r8Albin1-0/+1
2022-09-01Don't strip daemon shared object in development buildsEmīls Piņķis1-1/+1
To help with debugging panics in the dameon, the dev builds shouldn't strip the debug symbols from the shared object. However, doing this blows up the gradle build so it's memory limit needs to be bumped too.
2022-03-28Format Kotlin according to official code styleAlbin1-13/+1
Android Studio and ktlint seem to agree on most styling except for imports. Some settings can be changed in Android Studio, however it seems to be hard to get lexicographical order (which ktlin wants). Therefore ktlint should be ran after any formatting has been applied by Android Studio (otherwise the CI workflow will complain).
2021-01-19Migrate to androidXAleksandr Granin1-0/+2
2021-01-07Add gradle propertiesAleksandr Granin1-0/+14