You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
另外是否可以做成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' }
The text was updated successfully, but these errors were encountered:
930324291
changed the title
splitcore类库里面并没有使用androidx.appcompat:appcompat,是否可以去掉
splitcore类库里面并没有使用androidx.appcompat:appcompat里的代码,是否可以去掉
Aug 4, 2021
另外是否可以做成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' }
The text was updated successfully, but these errors were encountered: