1
0
Fork 1
mirror of https://github.com/DefinedNet/mobile_nebula.git synced 2025-02-21 18:45:28 +00:00
mobile_nebula/android/mobileNebula/build.gradle
Nate Brown dbe67c2f81
Upgrade to flutter 3 ()
Co-authored-by: John Maguire <contact@johnmaguire.me>
2022-09-21 15:27:35 -05:00

6 lines
No EOL
169 B
Groovy

configurations.maybeCreate("default")
exec {
workingDir '../../'
commandLine './gen-artifacts.sh', 'android'
}
artifacts.add("default", file('mobileNebula.aar'))