-
主要是想看下 gradle 那块的编译脚本
@simpleton
-
Hi
在使用AndResGuard之前,已经打包混淆之后的release包,在使用中并没有发现任何问题,再接入了AndResGuard,使用打出的app-release_7zip_aligned_signed.apk包,发现代码中只要使用了androidx.constraintlayout.widget.Group来控制显示和隐藏的代码都无效,全部都显示出来,我的项目是MVVM架构的,如…
-
已经添加这些配置:
**distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip**
** classpath 'com.android.tools.build:gradle:7.4.1'**
**classpath 'io.github.leon406:AndResGuard-gradle-p…
-
集成AndResGuard后,未修改任何配置,打包输出如下错误:
property 'resourceFiles'' with class 'org.gradle.api.internal.file.DefaultFilePropertyFactory$DefaultDirectoryVar' to class 'java.io.File'
请问,这是哪里不正确呢?
classpat…
-
之前的版本使用AndResGuard后,因为某些原因新版本无法使用AndResGuard了,新版本资源没混淆的覆盖安装资源混淆过的会不会有问题?
-
目前AndResGuard一直没有人维护,然后也没有迁移到maven,JCenter马上也不能用了,AndResGuard也不能支持gradle 7.0.
综上,想换一个类似功能的库,大家有没有推荐的?
-
I found the example for [configuring DB driver dependency for Maven](https://jeremylong.github.io/DependencyCheck/data/database.html), but is there a similar explanation for Gradle?
I suppose I can…
-
下午4:58:36: Executing task 'resguardRelease'...
Executing tasks: [resguardRelease] in project /Project/wxrun
> Configure project :app
WARNING: DSL element 'annotationProcessorOptions.includeCo…
-
https://xiajun325.github.io//2019/02/16/apktool-fixres/
概述
-
如题