|
2 | 2 | accompanist = "0.36.0" |
3 | 3 | androidGradlePlugin = "8.7.3" |
4 | 4 | androidx-activity-compose = "1.9.3" |
5 | | -androidx-appcompat = "1.7.0" |
6 | | -androidx-benchmark = "1.3.3" |
7 | | -androidx-benchmark-junit4 = "1.3.3" |
| 5 | +androidx-benchmark-junit4 = "1.4.0-beta02" |
8 | 6 | androidx-compose-bom = "2024.12.01" |
9 | 7 | androidx-constraintlayout = "1.1.0" |
10 | 8 | androidx-corektx = "1.15.0" |
11 | | -androidx-lifecycle-runtime = "2.8.7" |
12 | 9 | androidx-lifecycle-compose = "2.8.7" |
13 | 10 | androidx-lifecycle-runtime-compose = "2.8.7" |
14 | 11 | androidx-navigation = "2.8.5" |
15 | | -androidx-palette = "1.0.0" |
16 | 12 | androidx-test = "1.6.1" |
17 | 13 | androidx-test-espresso = "3.6.1" |
18 | 14 | androidx-test-ext-junit = "1.2.1" |
19 | | -androidx-test-ext-truth = "1.6.0" |
20 | | -androidx-window = "1.3.0" |
21 | | -androidxHiltNavigationCompose = "1.2.0" |
22 | 15 | androix-test-uiautomator = "2.3.0" |
23 | 16 | coil = "2.7.0" |
24 | | -# @keep |
25 | | -compileSdk = "33" |
26 | 17 | coroutines = "1.9.0" |
27 | | -google-maps = "19.0.0" |
28 | | -gradle-versions = "0.51.0" |
29 | | -hilt = "2.53.1" |
30 | | -hiltExt = "1.2.0" |
31 | | -# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions |
32 | | -jdkDesugar = "2.1.3" |
33 | 18 | junit = "4.13.2" |
34 | | -# @pin Update in conjuction with Compose Compiler |
35 | 19 | kotlin = "2.1.0" |
36 | | -ksp = "2.1.0-1.0.29" |
37 | | -maps-compose = "6.4.0" |
38 | | -material = "1.12.0" |
39 | | -# @keep |
40 | | -minSdk = "21" |
41 | | -okhttp = "4.12.0" |
42 | | -robolectric = "4.14.1" |
43 | | -rome = "2.1.0" |
44 | | -room = "2.6.1" |
45 | 20 | runtimeTracing = "1.7.6" |
46 | | -secrets = "2.0.1" |
47 | | -# @keep |
48 | | -targetSdk = "33" |
49 | | -version-catalog-update = "0.8.5" |
| 21 | +profileinstaller = "1.4.1" |
| 22 | +baselineprofile = "1.2.4" |
50 | 23 |
|
51 | 24 | [libraries] |
52 | | -accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" } |
53 | 25 | accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" } |
54 | | -accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist" } |
55 | | -accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" } |
56 | | -accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" } |
57 | 26 | accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } |
58 | 27 | androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" } |
59 | | -androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity-compose" } |
60 | | -androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } |
61 | | -androidx-benchmark-macrobenchmark = { module = "androidx.benchmark:benchmark-macro", version.ref = "androidx-benchmark" } |
62 | 28 | androidx-benchmark-macrobenchmark-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "androidx-benchmark-junit4" } |
63 | 29 | androidx-compose-animation = { module = "androidx.compose.animation:animation" } |
64 | 30 | androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" } |
65 | 31 | androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } |
66 | 32 | androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } |
67 | 33 | androidx-compose-material = { module = "androidx.compose.material:material" } |
68 | 34 | androidx-compose-material-iconsExtended = { module = "androidx.compose.material:material-icons-extended" } |
69 | | -androidx-compose-material3 = { module = "androidx.compose.material3:material3" } |
70 | | -androidx-compose-materialWindow = { module = "androidx.compose.material3:material3-window-size-class" } |
71 | 35 | androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" } |
72 | | -androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" } |
73 | | -androidx-compose-ui = { module = "androidx.compose.ui:ui" } |
74 | | -androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" } |
75 | 36 | androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" } |
76 | | -androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" } |
77 | | -androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" } |
78 | 37 | androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } |
79 | 38 | androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } |
80 | 39 | androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" } |
81 | | -androidx-compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" } |
82 | 40 | androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraintlayout" } |
83 | 41 | androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-corektx" } |
84 | | -androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" } |
85 | | -androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle-compose" } |
86 | | -androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle-runtime" } |
87 | 42 | androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle-runtime-compose" } |
88 | 43 | androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle-compose" } |
89 | | -androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle-compose" } |
90 | | -androidx-lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle-compose" } |
91 | 44 | androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" } |
92 | | -androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "androidx-navigation" } |
93 | | -androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "androidx-navigation" } |
94 | | -androidx-palette = { module = "androidx.palette:palette", version.ref = "androidx-palette" } |
95 | | -androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } |
96 | | -androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" } |
97 | | -androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
98 | 45 | androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" } |
99 | 46 | androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" } |
100 | 47 | androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" } |
101 | 48 | androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } |
102 | | -androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" } |
103 | 49 | androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } |
104 | 50 | androidx-test-runner = "androidx.test:runner:1.6.2" |
105 | 51 | androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" } |
106 | | -androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" } |
107 | 52 | coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" } |
108 | | -core-jdk-desugaring = { module = "com.android.tools:desugar_jdk_libs", version.ref = "jdkDesugar" } |
109 | | -google-android-material = { module = "com.google.android.material:material", version.ref = "material" } |
110 | | -googlemaps-compose = { module = "com.google.maps.android:maps-compose", version.ref = "maps-compose" } |
111 | | -googlemaps-maps = { module = "com.google.android.gms:play-services-maps", version.ref = "google-maps" } |
112 | | -hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } |
113 | | -hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } |
114 | | -hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" } |
115 | | -hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } |
116 | 53 | junit = { module = "junit:junit", version.ref = "junit" } |
117 | 54 | kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } |
118 | 55 | kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } |
119 | 56 | kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } |
120 | | -okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } |
121 | | -okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
122 | | -robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } |
123 | | -rometools-modules = { module = "com.rometools:rome-modules", version.ref = "rome" } |
124 | | -rometools-rome = { module = "com.rometools:rome", version.ref = "rome" } |
| 57 | +androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "profileinstaller" } |
125 | 58 |
|
126 | 59 | [plugins] |
127 | 60 | android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } |
128 | 61 | android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" } |
129 | | -gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-versions" } |
130 | | -hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } |
131 | | -kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" } |
132 | 62 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
133 | 63 | kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } |
134 | | -ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |
135 | | -secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" } |
136 | | -version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" } |
137 | 64 | compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
| 65 | +baselineprofile = { id = "androidx.baselineprofile", version.ref = "baselineprofile" } |
0 commit comments