iqiyi / Qigsaw

🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It supports dynamic delivery for split APKs without reinstalling the base one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splitcore类库里面并没有使用androidx.appcompat:appcompat里的代码,是否可以去掉

930324291 opened this issue · comments

另外是否可以做成AndroidX和非AndroidX通用的类库
dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.annotation:annotation:1.0.0" implementation 'androidx.appcompat:appcompat:1.0.0' api project(':splitcommon') implementation project(':splitextension') implementation project(':splitrequester') implementation project(':splitinstaller') api project(':splitloader') api project(':splitdownloader') api project(':playcorelibrary') api project(':splitreporter') testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' }