Open ThomasCZ opened 3 years ago
How can I specify full AAR path? Previously I used flatDirs, but it should be avoided in the latest Gradle. I want to do something like this.
flatDirs
releaseEmbed(name: 'libs/cool/cool_lib.aar')
Thanks
+1
How can I specify full AAR path? Previously I used
flatDirs
, but it should be avoided in the latest Gradle. I want to do something like this.releaseEmbed(name: 'libs/cool/cool_lib.aar')
Thanks