remove some warning
This commit is contained in:
parent
80fe1dc220
commit
f646f07a28
@ -96,7 +96,7 @@ android.applicationVariants.all { variant ->
|
||||
// delete previous files first
|
||||
delete "${buildDir}/intermediates/merged_assets/${variant.dirName}"
|
||||
|
||||
variant.mergeAssets.doLast {
|
||||
variant.mergeAssetsProvider.get().doLast {
|
||||
def sourceDir = rootProject.ext.cfgs.jsFilePath
|
||||
|
||||
copy{
|
||||
@ -129,7 +129,6 @@ dependencies {
|
||||
// implementation 'com.xm.permissions:XmPermissions:1.0.1'
|
||||
implementation 'pub.devrel:easypermissions:3.0.0'
|
||||
implementation 'com.github.jenly1314:zxing-lite:2.1.1'
|
||||
implementation project(path: ':libcocos2dx')
|
||||
implementation 'net.openid:appauth:0.11.1'
|
||||
implementation "com.squareup.okio:okio:2.10.0"
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user