Skip to content

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.

License

Notifications You must be signed in to change notification settings

DSAppTeam/Robust

 
 

Repository files navigation

修复官方低版本gradle编译问题及Java9编译错误,针对有问题的版本打包了两个插件,只需要调整原来的

Fixed Android Gradle Plugin Version 4.x compilation errors.

Fixed Targeting R+ (version 30 and above) installed APKs error.

复制repo文件夹到工程的根目录

classpath 'com.meituan.robust:gradle-plugin:0.4.99'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.99'

改成

classpath 'com.effective.android:gradle-plugin-fix:0.4.99.5'
classpath 'com.effective.android:auto-patch-plugin-fix:0.4.99.5'

添加仓库

    repositories {
        //...
         repository(url: uri('../repo'))
    }

其他所有用法保持不变。 官方文档

About

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 58.2%
  • Groovy 40.6%
  • Kotlin 1.2%