A plugin that helps you fix the crash of webview in Android Lollipop(API 22).
Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x2040003
Support Incremental Builds
Due to the configuration problem of the gradle plugin, please do not use version 1.0.0.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath "cn.nikeo.reparatur:gradle-plugin:1.1.0"
}
}
apply plugin: 'com.android.application'
apply plugin: "cn.nikeo.reparatur"
crashWebViews {
qualifiedNames = ["cn.nikeo.reparaturapplication.CustomWebView"]
}
Apache License, Version 2.0, (LICENSE or https://www.apache.org/licenses/LICENSE-2.0)