# MyShadow **Repository Path**: cn_shili/my-shadow ## Basic Information - **Project Name**: MyShadow - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-22 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyShadow ## 介绍 仅自用,shadow 远程依赖包。从 Afra55 fork过来 直接用, 十分感谢大家的努力 ## 方法 ext.shadow_version = 'AtlanticOcean-2.1.01' ``` android{ ... allprojects { repositories { maven { url "https://gitee.com/cn_shili/my-shadow/raw/master" } } } } ``` ### 宿主 ``` implementation "com.tencent.shadow.dynamic:host:$shadow_version" ``` ### Manager ``` implementation "com.tencent.shadow.dynamic:manager:$shadow_version" compileOnly "com.tencent.shadow.core:common:$shadow_version" compileOnly "com.tencent.shadow.dynamic:host:$shadow_version" ``` ### 插件 ``` classpath "com.tencent.shadow.core:gradle-plugin:$shadow_version" ```