KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AndResGuard8x
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
twig-storybook
:
Extends Twig with new "stories" and "story" tags for easily writing Storybook stories using Twig templates.
Vidsync
:
A DOS terminate and stay resident (TSR) program to fix display calibration for the Book8088
HEDNet-nusc
:
HEDNet: A Hierarchical Encoder-Decoder Network for 3D Object Detection in Point Clouds (NeurIPS 2023)
circular-dependency-cases
:
show how bundlers deal with circular dependencies
splunk_hec_aio
:
Splunk HEC AIO Class
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AndResGuard8x
?
Download (.md)
# forked from https://github.com/shwenzhang/AndResGuard # Android资源混淆工具使用说明 # ## Changes - 支持8.x以上AGP ## 构建步骤 * 1、直接运行publish * 2、默认会把aar生成在当前项目下```repo```文件夹下 * 3、使用中可以添加本地maven依赖指向该repo  没做公仓推送 ## 有需要可自行推送到远程仓 * 1、 修改根目录下的```build.gradle```文件相关配置: ```groovy ext { javaVersion = JavaVersion.VERSION_17 POM_PACKAGING = "pom" POM_DESCRIPTION = "Android Resource Proguard Core Lib" versionName = "1.1.4.11" // 默认 false, true 代表推远程maven仓 publishToServer = false groupID = "com.xluo.plugin" // aar local path localPath = './repo' } ``` * 2、配置```gradle.properties```中的maven信息 ```groovy # maven info REPOSITORY_URL=*** GROUP_LIB=com.xzluo.lib NEXUS_USERNAME=*** NEXUS_PASSWORD=*** ``` * 3、执行publish即可推送到远程仓 亲测在debug模式下能正常工作,未做详细测试。