# Robust-Fixe **Repository Path**: leeeeeon/robust-fixe ## Basic Information - **Project Name**: Robust-Fixe - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-09 - **Last Updated**: 2021-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###Fixed official low version gradle compilation problems and Java9 compilation errors. Two plug-ins are packaged for the problematic version. You only need to adjust the original ``` classpath'com.meituan.robust:gradle-plugin:0.4.99' classpath'com.meituan.robust:auto-patch-plugin:0.4.99' ``` Change to ``` classpath'com.effective.android:gradle-plugin-fix:0.4.99.1' classpath'com.effective.android:auto-patch-plugin-fix:0.4.99.1' ``` Add repositories ``` repositories { //... maven {url'https://dl.bintray.com/yummylau/maven'} } ``` All other usages remain unchanged. [Official document](https://github.com/Meituan-Dianping/Robust/blob/master/README-zh.md)