mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix aar name
This commit is contained in:
@@ -58,7 +58,7 @@ android {
|
|||||||
variant.outputs.each { output ->
|
variant.outputs.each { output ->
|
||||||
def outputFile = output.outputFile
|
def outputFile = output.outputFile
|
||||||
if (outputFile != null && outputFile.name.endsWith(".aar")) {
|
if (outputFile != null && outputFile.name.endsWith(".aar")) {
|
||||||
def fileName = "org.glideport.game.aar";
|
def fileName = "org.thecodedeposit.aerofoil.aar";
|
||||||
output.outputFile = new File(outputFile.parent, fileName);
|
output.outputFile = new File(outputFile.parent, fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user