Skip to main content
added 4 characters in body
Source Link
Suraj Rao
  • 29.7k
  • 11
  • 96
  • 104

try to put into dependences in build.gradle:app file this string:

api fileTree(dir: 'libs', include: ['*.aar'])

api fileTree(dir: 'libs', include: ['*.aar']) 

try to put into dependences in build.gradle:app file this string:

api fileTree(dir: 'libs', include: ['*.aar'])

try to put into dependences in build.gradle:app file this string:

api fileTree(dir: 'libs', include: ['*.aar']) 
Source Link

try to put into dependences in build.gradle:app file this string:

api fileTree(dir: 'libs', include: ['*.aar'])