Files
super-app/android/npci-upi-cl/build.gradle
2024-12-03 12:36:36 +00:00

6 lines
248 B
Groovy

configurations.maybeCreate("uat")
artifacts.add("uat", file('SecureComponent-release_Android_UAT_21082024_30235366.aar'))
configurations.maybeCreate("prod")
artifacts.add("prod", file('SecureComponent-release_Android_PROD_21082024_30235366.aar'))