We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd71e5 commit 6f72d30Copy full SHA for 6f72d30
1 file changed
gradle/libs.versions.toml
@@ -1,7 +1,8 @@
1
[versions]
2
agp = "8.13.2" # https://developer.android.com/build/releases/gradle-plugin
3
androidxLifecycle = "2.6.1" # https://developer.android.com/jetpack/androidx/releases/lifecycle
4
-androidxPaging = "2.1.2" # Not using Paging v3 as it pulls in Kotlin
+# Not using Paging v3 as it pulls in Kotlin
5
+androidxPaging = "2.1.2" # https://developer.android.com/jetpack/androidx/releases/paging
6
androidxTest = "1.5.0" # https://developer.android.com/jetpack/androidx/releases/test
7
androidxTestJunit = "1.1.5" # https://developer.android.com/jetpack/androidx/releases/test
8
junit = "4.13.2"
0 commit comments