Replies: 1 comment 2 replies
-
I'm not sure if there is an automated way in doing this, but you can add this to your module
and then you can use When you build your module .e.g Firebase-FCM there is a BuildConfig.java file in But is it interesting to know the version of a module at runtime? It should be connected to your app version. Same as Titanium version. If I know my app version I can lookup modules and Ti SDK version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To obtain the Titanium SDK version at runtime, you can simply use
Titanium.version
.It would be helpful to also get the version of a Titanium module programmatically, e.g.
MyModule.version
.Beta Was this translation helpful? Give feedback.
All reactions