If I develop with version 1.2.6 of the App Engine SDK, once I publish to production will my app still be using version 1.2.6 of all of the libraries on the production app engine? Or will it automatically use the latest version of the core app engine libraries?
Share
It looks like it will continue to use the old libraries until you manually upgrade the libraries contained in your application. From the Google App Engine Java documentation: