distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

What android.package value must be in build.config? #23

Closed sol-digital closed 6 years ago

sol-digital commented 6 years ago

In build.config I see this

# CHANGE THIS PACKAGE NAME IF YOU ARE USING FIREBASE android.package = com.distriqt.extension.customresources

Is there must be my application ID with "air." prefix for Android or without it?

marchbold commented 6 years ago

Hi, You can leave as is, you don't need to change it. We are in progress of updating this documentation.

sol-digital commented 6 years ago

So this value will be OK for my app if I uses Firebase ANE for Google Analytics for Firebase part? android.package = com.distriqt.extension.customresources

marchbold commented 6 years ago

Yes you can leave as is.

marchbold commented 6 years ago

You only have to change it if you are using multiple custom resources ANEs

sol-digital commented 6 years ago

thanks