summaryrefslogtreecommitdiffhomepage
path: root/android/gradle/libs.versions.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-10-27Update ktfmt to 0.25.0Jonatan Rhodin1-1/+1
2025-10-27Update protobuf to 4.33.0Jonatan Rhodin1-1/+1
2025-10-27Update kotlin to 2.2.21Jonatan Rhodin1-1/+1
2025-10-27Update ksp to 2.30Jonatan Rhodin1-1/+1
2025-10-27Update compose to 1.9.4Jonatan Rhodin1-1/+1
2025-10-15Clarify aapt versionDavid Göransson1-2/+2
2025-10-15Fix similar dependency lint warningDavid Göransson1-4/+1
2025-10-15Bump mockk to 1.14.6David Göransson1-1/+1
2025-10-15Bump ksp to 2.2.20-2.0.4David Göransson1-2/+1
2025-10-15Bump ktor to 3.3.1David Göransson1-1/+1
2025-10-15Bump grpc jar to 1.5.0David Göransson1-1/+1
2025-10-15Bump grpc to 1.76.0David Göransson1-1/+1
2025-10-15Bump compose destinations to 2.3.0David Göransson1-1/+1
2025-10-15Bump compose to 1.9.3David Göransson1-1/+1
2025-09-29Document ksp issueDavid Göransson1-0/+1
2025-09-29Bump dependency versions to 0.53.0David Göransson1-1/+1
2025-09-29Bump ktor to 3.3.0David Göransson1-1/+1
2025-09-29Bump grpc kotlin to 1.5.0David Göransson1-1/+1
2025-09-29Bump material 3 to 1.4.0David Göransson1-1/+1
2025-09-29Bump lifecycle to 2.9.4David Göransson1-1/+1
2025-09-29Bump compose to 1.9.2David Göransson1-1/+1
2025-09-29Update ktfmt to version 0.24.0Jonatan Rhodin1-1/+1
2025-09-29Update protobuf to version 4.32.1Jonatan Rhodin1-1/+1
2025-09-11Bump benchmarch macro to 1.4.1David Göransson1-1/+1
2025-09-11Bump kotlin to 2.2.20David Göransson1-2/+2
2025-09-11Bump koin to 4.1.1David Göransson1-2/+2
2025-09-11Bump activity to 1.11.0David Göransson1-1/+1
2025-09-11Bump compose to 1.9.1David Göransson1-1/+1
2025-09-11Bump baselineprofile to 1.4.1David Göransson1-1/+1
2025-09-11Bump AGP to 8.13.0David Göransson1-2/+2
2025-09-10Add inital baseline profile generationKalle Lindström1-0/+10
To improve startup performance this PR adds a baseline profile generation module in test/baselineprofile. The baseline profile plugin requires Junit4 so that is also added as a dependency. A baseline-prof.txt was also generated by running `./gradlew generatePlayProdReleaseBaselineProfile` and checked in. The tests that generate the baselineprofile currently only start the app and accepts the privacy policy. This should be improved later on to improve the startup performance.
2025-08-28Bump protobuf to 4.32.0David Göransson1-1/+1
2025-08-28Bump grpc to 1.75.0David Göransson1-1/+1
2025-08-28Bump kermit to 2.0.8David Göransson1-1/+1
2025-08-28Bump lifecycle to 2.9.3David Göransson1-1/+1
2025-08-28Bump agp to 8.12.1David Göransson1-1/+1
2025-08-28Bump ksp to 2.2.10-2.0.2David Göransson1-1/+1
2025-08-28Bump kotlin to 2.2.10David Göransson1-1/+1
2025-08-28Use rust-android-gradle plugin as submoduleKalle Lindström1-5/+0
2025-08-19Update ui automatorJonatan Rhodin1-1/+1
2025-08-15Update test orchestrator to 1.6.1Jonatan Rhodin1-1/+1
2025-08-15Update core-ktx to 1.17.0Jonatan Rhodin1-1/+1
2025-08-15Update jetpack compose to 1.9.0Jonatan Rhodin1-1/+1
2025-08-01Bump agp to 8.12.0David Göransson1-4/+2
2025-08-01Fix ktor parsing errorDavid Göransson1-2/+3
App module had transitive dependencies using a older version at runtime of serializationx. However, when compiling the test:e2e module a later version than 1.8.0 was used through ktor. This caused deserialization in runtime to go looking for a method that didn't exist. By putting an explicit version in the app module we make sure to use a version that is compatible with ktor.
2025-07-31Bump ktor to 3.2.3David Göransson1-1/+1
2025-07-31Bump grpc to 1.74.0David Göransson1-1/+1
2025-07-31Bump junit to 5.13.4David Göransson1-1/+1
2025-07-31Bump espresso to 3.7.0David Göransson1-1/+1
2025-07-31Bump androidx test orchestrator to 1.6.0David Göransson1-1/+1