Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 3b57556c2f3ea81113da524559619d529ed72887
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 15:54:43 2019
Update Navigation to depend on Core 1.0.1
Depend on the latest stable version of Core.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: I73d56acf4e2eee25b779a08b7a78b4370b7d21da
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/common/build.gradle
https://android-review.googlesource.com/929944
https://goto.google.com/android-sha1/3b57556c2f3ea81113da524559619d529ed72887
Branch: androidx-master-dev
commit 3b57556c2f3ea81113da524559619d529ed72887
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 15:54:43 2019
Update Navigation to depend on Core 1.0.1
Depend on the latest stable version of Core.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: I73d56acf4e2eee25b779a08b7a78b4370b7d21da
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/common/build.gradle
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 63cce36c70b3d76225cadbd10cca041fd77fb7f2
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:11:42 2019
Remove no longer needed NAV_SUPPORT_FRAGMENTS
After switching to the tip of tree Fragments in
https://android-review.googlesource.com/928479
we no longer need the NAV_SUPPORT_FRAGMENTS
dependency variable.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: Iedff22414426b2caa75a908efc3c5dce6bb26145
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
https://android-review.googlesource.com/930015
https://goto.google.com/android-sha1/63cce36c70b3d76225cadbd10cca041fd77fb7f2
Branch: androidx-master-dev
commit 63cce36c70b3d76225cadbd10cca041fd77fb7f2
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:11:42 2019
Remove no longer needed NAV_SUPPORT_FRAGMENTS
After switching to the tip of tree Fragments in
we no longer need the NAV_SUPPORT_FRAGMENTS
dependency variable.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: Iedff22414426b2caa75a908efc3c5dce6bb26145
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-master-dev
commit e4aebd475e161a64e7ae13e9f060c0384f741e17
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:09:16 2019
Use shared ANDROIDX_COLLECTION dependency version
Instead of Navigation keeping its own dependency
version for collection, use the general
ANDROIDX_COLLECTION dependency variable.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: Ia6d47d266daa005f78db91cebcb6374af4b86c19
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/common/build.gradle
M navigation/common/ktx/build.gradle
https://android-review.googlesource.com/929946
https://goto.google.com/android-sha1/e4aebd475e161a64e7ae13e9f060c0384f741e17
Branch: androidx-master-dev
commit e4aebd475e161a64e7ae13e9f060c0384f741e17
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:09:16 2019
Use shared ANDROIDX_COLLECTION dependency version
Instead of Navigation keeping its own dependency
version for collection, use the general
ANDROIDX_COLLECTION dependency variable.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: Ia6d47d266daa005f78db91cebcb6374af4b86c19
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/common/build.gradle
M navigation/common/ktx/build.gradle
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 9c678e9b5dd80259ca3906ef13f4ccd52c7c0a93
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:06:00 2019
Remove core-utils dependency from navigation-runtime
navigation-runtime no longer needs a dependency on
legacy-support-core-utils, so we can remove it.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: I1b6400df0f068c5aa0ccbc4347e8ac284f781d6b
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/runtime/build.gradle
https://android-review.googlesource.com/929945
https://goto.google.com/android-sha1/9c678e9b5dd80259ca3906ef13f4ccd52c7c0a93
Branch: androidx-master-dev
commit 9c678e9b5dd80259ca3906ef13f4ccd52c7c0a93
Author: Ian Lake <ilake@google.com>
Date: Thu Mar 14 16:06:00 2019
Remove core-utils dependency from navigation-runtime
navigation-runtime no longer needs a dependency on
legacy-support-core-utils, so we can remove it.
Test: ./gradlew bOS
BUG: 128632612
Change-Id: I1b6400df0f068c5aa0ccbc4347e8ac284f781d6b
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M navigation/runtime/build.gradle
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 7bbbab7dca4edda160e6b2169d38a25b81698f47
Author: Ian Lake <ilake@google.com>
Date: Fri Mar 15 09:59:23 2019
Centralize MATERIAL dependency
Remove references to SUPPORT_DESIGN and switch
to the full dependency instead of the previously
used @aar dependency.
Also removes the no longer needed exclude_for_material
exclusion since all libraries are now on AndroidX.
Removed ViewPager2 implementation on AppCompat,
replacing it with an androidTestImplementation since it
is not actually used in the library itself. This fixes
an error when including a ToT implementation dependency
along with the fixed dependency from MATERIAL that
appears when switching to the full dependency.
Test: ./gradlew bOS, ran all affected sample apps
Fixes: 128632612
Change-Id: I44579630cdc3eae58fc23924d8c4d45d2d457f2b
M buildSrc/dependencies.gradle
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M car/core/build.gradle
M navigation/ui/build.gradle
M samples/SupportContentDemos/build.gradle
M samples/SupportDesignDemos/build.gradle
M viewpager2/build.gradle
M viewpager2/integration-tests/testapp/build.gradle
M work/integration-tests/testapp/build.gradle
https://android-review.googlesource.com/929949
https://goto.google.com/android-sha1/7bbbab7dca4edda160e6b2169d38a25b81698f47
Branch: androidx-master-dev
commit 7bbbab7dca4edda160e6b2169d38a25b81698f47
Author: Ian Lake <ilake@google.com>
Date: Fri Mar 15 09:59:23 2019
Centralize MATERIAL dependency
Remove references to SUPPORT_DESIGN and switch
to the full dependency instead of the previously
used @aar dependency.
Also removes the no longer needed exclude_for_material
exclusion since all libraries are now on AndroidX.
Removed ViewPager2 implementation on AppCompat,
replacing it with an androidTestImplementation since it
is not actually used in the library itself. This fixes
an error when including a ToT implementation dependency
along with the fixed dependency from MATERIAL that
appears when switching to the full dependency.
Test: ./gradlew bOS, ran all affected sample apps
Fixes: 128632612
Change-Id: I44579630cdc3eae58fc23924d8c4d45d2d457f2b
M buildSrc/dependencies.gradle
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M car/core/build.gradle
M navigation/ui/build.gradle
M samples/SupportContentDemos/build.gradle
M samples/SupportDesignDemos/build.gradle
M viewpager2/build.gradle
M viewpager2/integration-tests/testapp/build.gradle
M work/integration-tests/testapp/build.gradle
il...@google.com <il...@google.com> #7
Navigation now depends on:
- core 1.0.1
- fragment 1.1.0-alpha05 (latest)
- material 1.0.0
And no longer depends on legacy-support-core-utils at all.
- core 1.0.1
- fragment 1.1.0-alpha05 (latest)
- material 1.0.0
And no longer depends on legacy-support-core-utils at all.
Description
Version used: 2.0.0
Devices/Android versions reproduced on:
Now that Navigation depends on AndroidX, we should switch to the latest versions of our dependencies where it makes sense and remove our dependency on the catch all legacy-support-core-utils artifact.