Bytecode Writer

A gradle plugin that helps you fix the crash of webview in Android Lollipop.

Лицензия

Лицензия

Группа

Группа

cn.nikeo.reparatur
Идентификатор

Идентификатор

bytecode-writer
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Bytecode Writer
A gradle plugin that helps you fix the crash of webview in Android Lollipop.
Ссылка на сайт

Ссылка на сайт

https://github.com/nikeorever/reparatur
Система контроля версий

Система контроля версий

https://github.com/nikeorever/reparatur

Скачать bytecode-writer

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

runtime (1)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm jar 7.0

Модули Проекта

Данный проект не имеет модулей.

reparatur

Maven Central

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

Download

Error:

Due to the configuration problem of the gradle plugin, please do not use version 1.0.0.

Top-level build file

buildscript {
    repositories {
        mavenCentral()
    }

    dependencies {
        classpath "cn.nikeo.reparatur:gradle-plugin:1.1.0"
    }
}

App-module build file

apply plugin: 'com.android.application'
apply plugin: "cn.nikeo.reparatur"

crashWebViews {
    qualifiedNames = ["cn.nikeo.reparaturapplication.CustomWebView"]
}

License

Apache License, Version 2.0, (LICENSE or https://www.apache.org/licenses/LICENSE-2.0)

Версии библиотеки

Версия
1.1.0
1.0.0