benbahrenburg / benCoding.Android.Tools

A collection of utilities designed to make working with Titanium on Android alittle easier.
Other
59 stars 36 forks source link

Backwards compatibility with 6.0.0 #23

Open afjoseph opened 6 years ago

afjoseph commented 6 years ago

Hey. This is not really an issue but more of a question. I'm developing a Titanium module and am trying to make it with 7.0.0.GA but backwards-compatible to 6.0.0.GA like yours.

I made a new module project and choose 7.0.0.GA as my SDK version but it only accepts apps that are built with 7.0.0.GA and above.

How did you make your module backwards compatible?

Much appreciated