-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade Gradle to 7.4 & AGP to 7.1.1 (& Disable Jetifier & Dependency Removal) #18
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7961edc - Browse repository at this point
Copy the full SHA 7961edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 602c830 - Browse repository at this point
Copy the full SHA 602c830View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae00e7 - Browse repository at this point
Copy the full SHA eae00e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda5684 - Browse repository at this point
Copy the full SHA dda5684View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 018921e - Browse repository at this point
Copy the full SHA 018921eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a490a9 - Browse repository at this point
Copy the full SHA 4a490a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1546e6a - Browse repository at this point
Copy the full SHA 1546e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6eef39 - Browse repository at this point
Copy the full SHA e6eef39View commit details -
Build: Disable jetifier for android exoplayer project
The 'com.dipien.byebyejetifier' plugin was used to determine whether Jetifier can be disable for this project. After configuring 'Bye Bye Jetifier' and running the below command: ./gradlew canISayByeByeJetifier -Pandroid.enableJetifier=false The output was clear, Jetifier can be now safely disabled for this project: > Task :canISayByeByeJetifier ========================================= Project: : ========================================= * No legacy android support usages found ===================================================== ... * No dependencies with legacy android support usages! ... ===================================================== ... ... =============================== ... You can say Bye Bye Jetifier. * ... ===============================
Configuration menu - View commit details
-
Copy full SHA for 9b0a575 - Browse repository at this point
Copy the full SHA 9b0a575View commit details -
Build: Disable jetifier for android project
The 'com.dipien.byebyejetifier' plugin was used to determine whether Jetifier can be disable for this project. After configuring 'Bye Bye Jetifier' and running the below command: ./gradlew canISayByeByeJetifier -Pandroid.enableJetifier=false The output was clear, Jetifier can be now safely disabled for this project: > Task :canISayByeByeJetifier ========================================= Project: : ========================================= * No legacy android support usages found ===================================================== ... * No dependencies with legacy android support usages! ... ===================================================== ... ... =============================== ... You can say Bye Bye Jetifier. * ... ===============================
Configuration menu - View commit details
-
Copy full SHA for 12c932b - Browse repository at this point
Copy the full SHA 12c932bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f82d0 - Browse repository at this point
Copy the full SHA e8f82d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669b5ec - Browse repository at this point
Copy the full SHA 669b5ecView commit details
Commits on Feb 24, 2022
-
Build: Remove incorrect and as such unused okhttp dependency declaration
Lint error message: "It looks like you are trying to substitute a version variable, but using single quotes ('). For Groovy string interpolation you must use double quotes ("). To insert the value of a variable, you can use ${variable} inside a string literal, but only if you are using double quotes!"
Configuration menu - View commit details
-
Copy full SHA for cb5181f - Browse repository at this point
Copy the full SHA cb5181fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb0880 - Browse repository at this point
Copy the full SHA bfb0880View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a599f2 - Browse repository at this point
Copy the full SHA 9a599f2View commit details
Commits on Feb 28, 2022
-
Build: Add back incorrect and as such unused okhttp dep declaration
For more info about that read full discussion here: https://github.com/ /pull/18#discussion_r814883725
Configuration menu - View commit details
-
Copy full SHA for 4fa6833 - Browse repository at this point
Copy the full SHA 4fa6833View commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1bff8b - Browse repository at this point
Copy the full SHA b1bff8bView commit details