-
Notifications
You must be signed in to change notification settings - Fork 362
Update dependencies #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update dependencies #887
Changes from 1 commit
d3a1842
ac040bd
23b9f55
8ccb60d
5e9d3e2
81d6e3d
40047b1
7ee96ae
2dabcd6
481e178
74580e8
4a42fd6
cf3d951
bf8a8d0
b37565f
8e62d0e
7358a09
9774b63
6f38f0f
960a063
1fee432
3895a97
2b016ff
076c5ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,11 @@ org.gradle.configureondemand=true | |
| org.gradle.caching=true | ||
| org.gradle.parallel=true | ||
|
|
||
| # AndroidX package structure to make it clearer which packages are bundled with the | ||
| # Android operating system, and which are packaged with your app's APK | ||
| # https://developer.android.com/topic/libraries/support-library/androidx-rn | ||
| android.useAndroidX=true | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we remove this? I think this is default = true |
||
|
|
||
| # Kotlin code style for this project: "official" or "obsolete": | ||
| kotlin.code.style=official | ||
|
|
||
|
|
@@ -27,4 +32,4 @@ android.enableR8.fullMode=true | |
| android.newDsl=false | ||
|
kkuan2011 marked this conversation as resolved.
|
||
| # Use an AndroidX snapshot build. | ||
| # https://androidx.dev/snapshots/builds | ||
| # snapshotVersion=14793336 | ||
| snapshotVersion=14793336 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
MagicalMeghan marked this conversation as resolved.
Outdated
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,29 +1,29 @@ | ||
| [versions] | ||
| accompanist = "0.36.0" | ||
| accompanist = "0.37.3" | ||
| activityKtx = "1.13.0" | ||
| android-googleid = "1.2.0" | ||
| androidGradlePlugin = "9.1.0" | ||
| androidGradlePlugin = "9.2.0" | ||
| androidx-activity-compose = "1.13.0" | ||
| androidx-appcompat = "1.7.1" | ||
| androidx-appfunctions = "1.0.0-alpha08" | ||
| androidx-cameraX = "1.6.0" | ||
| androidx-car = "1.7.0" | ||
| androidx-compose-bom = "2026.03.00" | ||
| androidx-compose-bom = "2026.04.01" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| androidx-compose-ui-test = "1.7.0-alpha08" | ||
| androidx-compose-ui-test-junit4-accessibility = "1.11.0-beta01" | ||
| androidx-constraintlayout = "2.2.1" | ||
| androidx-constraintlayout-compose = "1.1.1" | ||
| androidx-coordinator-layout = "1.3.0" | ||
| androidx-corektx = "1.18.0" | ||
| androidx-credentials = "1.6.0-rc02" | ||
| androidx-credentials-play-services-auth = "1.6.0-rc02" | ||
| androidx-credentials = "1.6.0" | ||
| androidx-credentials-play-services-auth = "1.6.0" | ||
| androidx-emoji2-views = "1.6.0" | ||
| androidx-fragment = "1.8.9" | ||
| androidx-glance-appwidget = "1.1.1" | ||
| androidx-lifecycle-compose = "2.10.0" | ||
| androidx-lifecycle-runtime-compose = "2.10.0" | ||
| androidx-lifecycle-viewmodel-navigation3 = "2.10.0-beta01" | ||
| androidx-navigation = "2.9.7" | ||
| androidx-navigation = "2.9.8" | ||
| androidx-navigation3 = "1.1.0" | ||
| androidx-paging = "3.4.2" | ||
| androidx-startup-runtime = "1.2.0" | ||
|
|
@@ -34,7 +34,7 @@ androidx-test-junit = "1.3.0" | |
| androidx-window = "1.5.1" | ||
| androidx-window-core = "1.5.1" | ||
| androidx-window-java = "1.5.1" | ||
| androidx-work-runtime = "2.11.1" | ||
| androidx-work-runtime = "2.11.2" | ||
| androidx-xr-arcore = "1.0.0-alpha12" | ||
| androidx-xr-arcore-play-services = "1.0.0-alpha12" | ||
| androidx-xr-compose = "1.0.0-alpha12" | ||
|
|
@@ -56,63 +56,63 @@ datastoreCore = "1.2.1" | |
| datastorePreferencesRxjava2 = "1.2.1" | ||
| datastorePreferencesRxjava3 = "1.2.1" | ||
| firebase-bom = "34.10.0" | ||
| glide = "1.0.0-beta08" | ||
| glide = "1.0.0-beta09" | ||
| google-ar-core = "1.53.0" | ||
| google-maps = "20.0.0" | ||
| gradle-versions = "0.53.0" | ||
| guava = "33.5.0-jre" | ||
| guava-android = "33.5.0-jre" | ||
| gradle-versions = "0.54.0" | ||
| guava = "33.6.0-jre" | ||
| guava-android = "33.6.0-jre" | ||
| hilt = "2.59.2" | ||
| horologist = "0.8.3-alpha" | ||
| junit = "4.13.2" | ||
| kotlin = "2.3.10" | ||
| kotlin = "2.3.21" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| kotlinCoroutinesOkhttp = "1.0" | ||
| kotlinxCoroutinesGuava = "1.10.2" | ||
| kotlinxSerialization = "1.10.0" | ||
| ksp = "2.3.6" | ||
| kotlinxSerialization = "1.11.0" | ||
| ksp = "2.3.7" | ||
| ktlint = "1.5.0" | ||
| lifecycleService = "2.10.0" | ||
| maps-compose = "8.2.1" | ||
| material = "1.14.0-alpha10" | ||
| material = "1.14.0-beta01" | ||
| material3-adaptive = "1.2.0" | ||
| material3-adaptive-navigation-suite = "1.4.0" | ||
| material3-adaptive-navigation3 = "1.3.0-alpha09" | ||
| media3 = "1.9.2" | ||
| media3Ui = "1.9.2" | ||
| mockitoKotlin = "5.3.1" | ||
| media3 = "1.10.0" | ||
| media3Ui = "1.10.0" | ||
| mockitoKotlin = "6.3.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # @keep | ||
| minSdk = "36" | ||
| okHttp = "5.3.2" | ||
| playServicesWearable = "19.0.0" | ||
| playbilling = "8.3.0" | ||
| protobuf = "4.34.0" | ||
| protobuf = "4.34.1" | ||
| protoc = "0.9.6" | ||
| protolayout = "1.3.0" | ||
| protolayout = "1.4.0" | ||
| reactive-streams = "1.0.4" | ||
| recyclerview = "1.4.0" | ||
| registryDigitalCredentials = "1.0.0-alpha04" | ||
| robolectric = "4.16.1" | ||
| roborazzi = "1.59.0" | ||
| spotless = "8.3.0" | ||
| spotless = "8.4.0" | ||
| targetSdk = "36" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should target sdk be left at 37? |
||
| tiles = "1.5.0" | ||
| tiles = "1.6.0" | ||
| tracing = "1.3.0" | ||
| truth = "1.4.4" | ||
| truth = "1.4.5" | ||
| tvComposeMaterial3 = "1.1.0-beta01" | ||
| validatorPush = "1.0.0-alpha09" | ||
| version-catalog-update = "1.1.0" | ||
| watchfaceComplicationsDataSourceKtx = "1.3.0" | ||
| wear = "1.4.0" | ||
| wearComposeFoundation = "1.6.0-rc01" | ||
| wearComposeMaterial = "1.6.0-rc01" | ||
| wearComposeMaterial3 = "1.6.0-rc01" | ||
| wearComposeFoundation = "1.6.1" | ||
| wearComposeMaterial = "1.6.1" | ||
| wearComposeMaterial3 = "1.6.1" | ||
| wearInput = "1.2.0" | ||
| wearOngoing = "1.1.0" | ||
| wearPhoneInteractions = "1.1.0" | ||
| wearRemoteInteractions = "1.2.0" | ||
| wearToolingPreview = "1.0.0" | ||
| webkit = "1.15.0" | ||
| wfp = "1.0.0-rc01" | ||
| wfp = "1.0.0" | ||
| androidx-core-telecom = "1.1.0-alpha04" | ||
|
|
||
| [libraries] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are lines 21-24 needed? I thought useAndroidX is true by default now?