Hello Developers,

I am building an app using jenkins/ hudson. My application is using 2 URLs,
first for lab testing and another one is for production.
We have 2 teams one is in US and another one is in JAPAN for testing.
So  I need to create 2 apks same time.
Right now what I am doing is

I change my file to point LAB url and build it. name the apk as
*-lab-release.apk.

then

I change my file to point PRODUCTION url and build it. name the apk as
*-prod-release.apk.

is there any dynamic way to read URL ? for example can i read URL from any
XML file dynamically during build process?


Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to