commit | 7795282b4d5dff56d63c51b500d40d95bec8a8f1 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Wed Dec 04 18:00:17 2024 -0800 |
committer | Aurimas Liutikas <[email protected]> | Wed Dec 04 18:19:02 2024 -0800 |
tree | e5a23ad0a0921ff4d98b600bef3218a72083cdc6 | |
parent | baca6e1cda1c894ef00da948b75eda649d3cfab7 [diff] [blame] |
Migrate to using = for property setting Gradle has deprecated `compileSdk 35` style syntax in Gradle 8.12, in preparation for that upgrade, fix up the violations in androidx build.gradle files Test: ./gradlew bOS --dry-run -> https://ge.androidx.dev/s/bqs4fmehxdqzs/deprecations and after -> https://ge.androidx.dev/s/nvc7s5bdfpuaa/deprecations Change-Id: Ic4787d46f40e3856e5f0fa1e3c0a63e3dddc2108
diff --git a/paging/paging-guava/build.gradle b/paging/paging-guava/build.gradle index c62277b..fecd94c 100644 --- a/paging/paging-guava/build.gradle +++ b/paging/paging-guava/build.gradle
@@ -55,5 +55,5 @@ } android { - namespace "androidx.paging.guava" + namespace = "androidx.paging.guava" }