Saturday, March 30, 2013

gwt phonegap 2.4 released

Today I got around to release gwt-phonegap 2.4.

This is now fully compatible with Phonegap 2.4 and  GWT 2.5. It contains the new APIs such as the InAppBrowser and the Globalization API.

This version fully works with mgwt.
You can get the new version from github or from maven central:

<dependency>
      <groupId>com.googlecode.gwtphonegap</groupId>
      <artifactId>gwtphonegap</artifactId>
      <version>2.4.0.0</version>
</dependency>