bye-bye-jetifier
bye-bye-jetifier copied to clipboard
Gradle Plugin to verify if you can keep Android Jetifier disabled
**Describe the bug** I'm working towards disabling jetifier on a large multi-module Android project. The issue I'm seeing with the plugin is of long execution times and eventual crashing of...
A question. The snippet from build output is ``` Scanning com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0 Absolute path: /Users/mac/.gradle/caches/modules-2/files-2.1/com.jakewharton.rxbinding2/rxbinding-kotlin/2.2.0/f0c5b54acdec1fd5c5d77dbd0c905550ce324d80/rxbinding-kotlin-2.2.0.aar Graphs to this dependency: +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2 +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0 +---zapis-partner-android.features:promotion:unspecified +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2 +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0 +---zapis-partner-android.features:journal:unspecified +---zapis-partner-android.features:promotion:unspecified +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2 +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0 Issues found: *...
## Dependencies upgrades ### org.ow2.asm:asm * **Version:** [`9.2`](https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2) -> [`9.3`](https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3) * **Release Date:** `Apr 4 2022` ### org.ow2.asm:asm-commons * **Version:** [`9.2`](https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2) -> [`9.3`](https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.3) * **Release Date:** `Apr 4 2022` ###...
## Dependencies upgrades ### gradle * **Version:** `7.3.3` -> `7.4` * **Release Date:** `Feb 8 2022` * [Releases notes](https://gradle.org/releases/) | [Source code](https://github.com/gradle/gradle) | [Documentation](https://docs.gradle.org/current/userguide/userguide.html) | [Issue tracker](https://github.com/gradle/gradle/issues) --- This pull...
## Dependencies upgrades ### com.gradle.enterprise:com.gradle.enterprise.gradle.plugin * **Version:** [`3.8.1`](https://plugins.gradle.org/m2/com/gradle/enterprise/com.gradle.enterprise.gradle.plugin/3.8.1) -> [`3.9`](https://plugins.gradle.org/m2/com/gradle/enterprise/com.gradle.enterprise.gradle.plugin/3.9) * **Release Date:** `Mar 17 2022` --- This pull request was automatically generated by **[Releases Hub Gradle Plugin v3.1.0](https://github.com/dipien/releases-hub-gradle-plugin)**
**Describe the bug** I have some aars with support dependencies that `byebyejetifier` is not identifying. **To Reproduce** Steps to reproduce the behavior: For example download `swipe-reveal.layout.1.4.1.aar` which throws errors if...
## Dependencies upgrades ### com.google.code.gson:gson * **Version:** `2.8.9` -> `2.9.0` * **Size:** `243.43 KB` * **Release Date:** `Feb 11 2022` * [Releases notes](https://github.com/google/gson/blob/master/CHANGELOG.md) | [Source code](https://github.com/google/gson) | [Documentation](https://github.com/google/gson) | [Issue...
Many modules, multiply this 100 times: ========================================= Project: :foo ========================================= * No legacy android support usages found This is basically spam, please don't report when there is nothing to report....
## Dependencies upgrades ### com.dipien:release-gradle-plugin * **Version:** [`1.0.0-SNAPSHOT`](https://repo.maven.apache.org/maven2/com/dipien/release-gradle-plugin/1.0.0-SNAPSHOT) -> [`1.0.0`](https://repo.maven.apache.org/maven2/com/dipien/release-gradle-plugin/1.0.0) * **Release Date:** `Feb 4 2022` --- This pull request was automatically generated by **[Releases Hub Gradle Plugin v3.1.0](https://github.com/dipien/releases-hub-gradle-plugin)**
**Describe the bug** When running bye bye jetifier on application modules, I receive a FileNotFoundException, similar to https://github.com/dipien/bye-bye-jetifier/issues/38 With verbose mode on, here is the output: ``` ./gradlew :home:app:canISayByeByeJetifier -Pandroid.enableJetifier=false...