AndResGuard icon indicating copy to clipboard operation
AndResGuard copied to clipboard

是否有计划支持AGP8+

Open 5peak2me opened this issue 1 year ago • 13 comments

RT

5peak2me avatar Aug 22 '23 06:08 5peak2me

+1

ywisax avatar Jun 14 '24 16:06 ywisax

+1

我用的它:https://github.com/lalakii/AndResGuard?tab=readme-ov-file

TheMelody avatar Jun 19 '24 04:06 TheMelody

RT

https://github.com/lalakii/AndResGuard?tab=readme-ov-file

TheMelody avatar Jun 19 '24 04:06 TheMelody

照着他的文档依赖不下来

RT

https://github.com/lalakii/AndResGuard?tab=readme-ov-file

lhjgege avatar Jul 12 '24 05:07 lhjgege

照着他的文档依赖不下来

RT

https://github.com/lalakii/AndResGuard?tab=readme-ov-file

好像是你gradle配置问题,我一开始也下载不下来

TheMelody avatar Jul 12 '24 06:07 TheMelody

你是怎么依赖下来的。

照着他的文档依赖不下来

RT

https://github.com/lalakii/AndResGuard?tab=readme-ov-file

好像是你gradle配置问题,我一开始也下载不下来

lhjgege avatar Jul 12 '24 07:07 lhjgege

image image image

lhjgege avatar Jul 12 '24 07:07 lhjgege

image

lhjgege avatar Jul 12 '24 07:07 lhjgege

不知道哪里有问题了

lhjgege avatar Jul 12 '24 07:07 lhjgege

我是这样做的,你可以自己试试哦

plugins {
    id("cn.lalaki.AndResGuard") version "1.3.8-beta01" apply false
}
pluginManagement {
    repositories {
        gradlePluginPortal()
        maven(url = "https://mirrors.tencent.com/nexus/repository/maven-public/")
        maven(url = "https://maven.aliyun.com/repository/public/")
        maven(url = "https://repo1.maven.org/maven2/")
        maven(url = "https://oss.sonatype.org/content/repositories/public")
        google()
        mavenCentral()
        maven(url = "https://jitpack.io")
        maven(url = "https://plugins.gradle.org/m2/")
        maven(url = "https://repo1.maven.org/maven2/")
    }
}

然后在app的build.gradle中配置如下

andResGuard {
    // 其他配置,自己参考文档
    sevenzip {
        artifact = "cn.lalaki.AndResGuard:SevenZip:1.3.8-beta01"
    }
}

TheMelody avatar Jul 13 '24 04:07 TheMelody

不知道哪里有问题了

发在上面了,你自己看一下哦

TheMelody avatar Jul 13 '24 04:07 TheMelody

classpath("cn.lalaki.AndResGuard:cn.lalaki.AndResGuard.gradle.plugin:1.5.1-final")

duweiwang avatar Sep 09 '24 06:09 duweiwang