Skip to content
/ Robust Public
forked from DSAppTeam/Robust

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

chicv/Robust

 
 

Repository files navigation

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

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.1'
classpath 'com.effective.android:auto-patch-plugin-fix:0.4.99.1'

添加仓库

    repositories {
        //...
        maven { url 'https://dl.bintray.com/yummylau/maven' }
    }

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.4%
  • Groovy 40.4%
  • Kotlin 1.2%